contrib/perf.py
changeset 48875 6000f5b25c9b
parent 47477 eb416759af7e
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    52 #
    52 #
    53 # We don't have to do:
    53 # We don't have to do:
    54 # - make perf command for recent feature work correctly with early
    54 # - make perf command for recent feature work correctly with early
    55 #   Mercurial
    55 #   Mercurial
    56 
    56 
    57 from __future__ import absolute_import
       
    58 import contextlib
    57 import contextlib
    59 import functools
    58 import functools
    60 import gc
    59 import gc
    61 import os
    60 import os
    62 import random
    61 import random