HomeSort by relevance Sort by last modified time
    Searched refs:timeit (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 12 python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [--] [statement]
61 # Must be an older Python version (see timeit() below)
66 dummy_src_name = "<timeit-src>"
114 timeit() method. The repeat() method is a convenience to call
115 timeit() multiple times and return a list of results.
158 t.timeit(...) # or t.repeat(...)
178 def timeit(self, number=default_number): member in class:Timer
202 """Call timeit() a few times.
204 This is a convenience function that calls the timeit()
206 specifies how many times to call timeit(), defaulting to 3
227 def timeit(stmt="pass", setup="pass", timer=default_timer, function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 12 python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [--] [statement]
61 # Must be an older Python version (see timeit() below)
66 dummy_src_name = "<timeit-src>"
114 timeit() method. The repeat() method is a convenience to call
115 timeit() multiple times and return a list of results.
158 t.timeit(...) # or t.repeat(...)
178 def timeit(self, number=default_number): member in class:Timer
202 """Call timeit() a few times.
204 This is a convenience function that calls the timeit()
206 specifies how many times to call timeit(), defaulting to 3
227 def timeit(stmt="pass", setup="pass", timer=default_timer, function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 80 import timeit namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 80 import timeit namespace
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 33 # timeit - time length of registry loading & header generation
40 timeit = False variable
70 timeit = True variable
89 if (timeit):
  /external/pcre/dist/
pcretest.c 2984 int timeit = 0; local
    [all...]

Completed in 2657 milliseconds