changeset 18763 | eeafab2f58f6 |
parent 16933 | 30143c3dd102 |
child 18765 | cd2c82510aa2 |
18762:a91387a37f05 | 18763:eeafab2f58f6 |
---|---|
5 $ cd a |
5 $ cd a |
6 |
6 |
7 #if lsprof |
7 #if lsprof |
8 |
8 |
9 test --profile |
9 test --profile |
10 |
|
11 $ export -n HGPROF |
|
10 |
12 |
11 $ hg --profile st 2>../out |
13 $ hg --profile st 2>../out |
12 $ grep CallCount ../out > /dev/null || cat ../out |
14 $ grep CallCount ../out > /dev/null || cat ../out |
13 |
15 |
14 $ hg --profile --config profiling.output=../out st |
16 $ hg --profile --config profiling.output=../out st |