Show More
@@ -87,7 +87,7 b' statistical profiler works' | |||
|
87 | 87 | Various statprof formatters work |
|
88 | 88 | |
|
89 | 89 | $ hg --profile --config profiling.statformat=byline sleep 2>../out || cat ../out |
|
90 | $ head -n 3 ../out | |
|
90 | $ grep -v _path_stat ../out | head -n 3 | |
|
91 | 91 | % cumulative self |
|
92 | 92 | time seconds seconds name |
|
93 | 93 | * sleepext.py:*:sleep (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now