##// END OF EJS Templates
util: add a timed function for use during development...
util: add a timed function for use during development I often want to measure the cost of a function call before/after an optimization, where using top level "hg --time" timing introduces enough other noise that I can't tell if my efforts are having an effect. This decorator allows a developer to measure a function's cost with finer granularity.

File last commit:

r16438:28a90cdf default
r18736:af9ddea2 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer