Searched defs:timefunc (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dreperf.py7 timefunc(10, p.sub, "", s)
8 timefunc(10, p.split, s)
9 timefunc(10, p.findall, s)
11 def timefunc(n, func, *args, **kw): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dreperf.py7 timefunc(10, p.sub, "", s)
8 timefunc(10, p.split, s)
9 timefunc(10, p.findall, s)
11 def timefunc(n, func, *args, **kw): function

Completed in 81 milliseconds