tests/test-profile.t
changeset 40381 4613f9274fc0
parent 40380 1ce4fe0603a6
child 40439 4790732559ad
child 40533 4e6ffcb5b9fc
--- a/tests/test-profile.t	Fri Oct 19 23:18:29 2018 +0300
+++ b/tests/test-profile.t	Fri Oct 19 23:30:56 2018 +0300
@@ -89,6 +89,8 @@
   $ hg --profile --config profiling.statformat=byline sleep 2>../out
   $ head -n 3 ../out
     %   cumulative      self          
+   time    seconds   seconds  name    
+   * sleepext.py:*:sleep (glob)
   $ cat ../out | statprofran
 
   $ hg --profile --config profiling.statformat=bymethod sleep 2>../out