tests/test-profile.t
changeset 40639 437520219e0c
parent 40483 4e6ffcb5b9fc
parent 40637 4790732559ad
child 45631 ede4a1bf14bd
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