comparison tests/test-profile.t @ 40639:437520219e0c

merge with stable
author Yuya Nishihara <yuya@tcha.org>
date Thu, 15 Nov 2018 20:20:31 +0900
parents 4e6ffcb5b9fc 4790732559ad
children ede4a1bf14bd
comparison
equal deleted inserted replaced
40638:a182dc714afa 40639:437520219e0c
88 88
89 $ hg --profile --config profiling.statformat=byline sleep 2>../out || cat ../out 89 $ hg --profile --config profiling.statformat=byline sleep 2>../out || cat ../out
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 || cat ../out 96 $ hg --profile --config profiling.statformat=bymethod sleep 2>../out || cat ../out
97 $ head -n 1 ../out 97 $ head -n 1 ../out
98 % cumulative self 98 % cumulative self