tests/test-profile.t
changeset 16913 f2719b387380
parent 16898 bb91c602d4ad
child 16933 30143c3dd102
equal deleted inserted replaced
16912:6ef3107c661e 16913:f2719b387380
    25 
    25 
    26   $ hg --profile --config profiling.output=../out st
    26   $ hg --profile --config profiling.output=../out st
    27   $ grep 'events: Ticks' ../out > /dev/null || cat ../out
    27   $ grep 'events: Ticks' ../out > /dev/null || cat ../out
    28 
    28 
    29 #endif
    29 #endif
       
    30 
       
    31   $ cd ..