mercurial/statprof.py
changeset 48875 6000f5b25c9b
parent 48482 d2fff292c265
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    99 reporting function uses per-process timers, the results can be
    99 reporting function uses per-process timers, the results can be
   100 significantly off if other threads' work patterns are not similar to the
   100 significantly off if other threads' work patterns are not similar to the
   101 main thread's work patterns.
   101 main thread's work patterns.
   102 """
   102 """
   103 # no-check-code
   103 # no-check-code
   104 from __future__ import absolute_import, division, print_function
       
   105 
   104 
   106 import collections
   105 import collections
   107 import contextlib
   106 import contextlib
   108 import getopt
   107 import getopt
   109 import inspect
   108 import inspect