tests/test-profile.t
changeset 39707 5abc47d4ca6b
parent 38075 fd8eedcc3fd2
child 40200 9cc411952ab9
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
   103   $ cat ../out
   103   $ cat ../out
   104   \[\[-?\d+.* (re)
   104   \[\[-?\d+.* (re)
   105 
   105 
   106 statprof can be used as a standalone module
   106 statprof can be used as a standalone module
   107 
   107 
   108   $ $PYTHON -m mercurial.statprof hotpath
   108   $ "$PYTHON" -m mercurial.statprof hotpath
   109   must specify --file to load
   109   must specify --file to load
   110   [1]
   110   [1]
   111 
   111 
   112   $ cd ..
   112   $ cd ..
   113 
   113