##// END OF EJS Templates
tests: allow for 100% of profiled time in sleep in test-profile.t...
Augie Fackler -
r40673:47907325 stable
parent child Browse files
Show More
@@ -90,7 +90,7 b' Various statprof formatters work'
90 $ head -n 3 ../out
90 $ head -n 3 ../out
91 % cumulative self
91 % cumulative self
92 time seconds seconds name
92 time seconds seconds name
93 * sleepext.py:*:sleep (glob)
93 * sleepext.py:*:sleep (glob)
94 $ cat ../out | statprofran
94 $ cat ../out | statprofran
95
95
96 $ hg --profile --config profiling.statformat=bymethod sleep 2>../out
96 $ hg --profile --config profiling.statformat=bymethod sleep 2>../out
General Comments 0
You need to be logged in to leave comments. Login now