diff tests/test-extension-timing.t @ 39508:1a2bfc4d756a

extensions: trace the total time of running all uisetup callbacks Differential Revision: https://phab.mercurial-scm.org/D4510
author Boris Feld <boris.feld@octobus.net>
date Thu, 06 Sep 2018 16:20:05 -0400
parents a5d6bf6032fb
children 3a86f7eb8b78
line wrap: on
line diff
--- a/tests/test-extension-timing.t	Mon Sep 10 19:36:25 2018 -0700
+++ b/tests/test-extension-timing.t	Thu Sep 06 16:20:05 2018 -0400
@@ -59,6 +59,7 @@
   uisetup called
   uisetup called [status]
   debug.extensions:   > uisetup for 'foobar' took * (glob)
+  debug.extensions: > all uisetup took * (glob)
   debug.extensions: - executing extsetup hooks
   debug.extensions:   - running extsetup for 'foobar'
   debug.extensions:   > extsetup for 'foobar' took * (glob)
@@ -72,6 +73,7 @@
   debug.extensions: > loaded 0 extensions, total time * (glob)
   debug.extensions: - loading configtable attributes
   debug.extensions: - executing uisetup hooks
+  debug.extensions: > all uisetup took * (glob)
   debug.extensions: - executing extsetup hooks
   debug.extensions: - executing remaining aftercallbacks
   debug.extensions: > remaining aftercallbacks completed in * (glob)