Home
last modified time | relevance | path

Searched defs:timeit (Results 1 - 13 of 13) sorted by relevance

/third_party/gn/build/
H A Dfull_test.py10 import timeit namespace
/third_party/python/Lib/
H A Dtimeit.py164 def timeit(self, number=default_number): member in Timer
231 def timeit(stmt="pass", setup="pass", timer=default_timer, global() function
[all...]
/third_party/python/Tools/importbench/
H A Dimportbench.py17 import timeit namespace
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py4 import timeit namespace
/third_party/EGL/api/
H A Dgenheaders.py22 timeit = False variable
573 timeit = True variable
/third_party/openGLES/xml/
H A Dgenglvnd.py22 timeit = False variable
52 timeit = True variable
H A Dgenheaders.py22 timeit = False variable
531 timeit = True variable
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py33 timeit = False variable
63 timeit = True variable
H A Dgenheaders.py33 timeit = False variable
63 timeit = True variable
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py33 timeit = False variable
63 timeit = True variable
/third_party/python/Lib/test/
H A Dtest_timeit.py1 import timeit namespace
99 fake_setup = "import timeit\\ntimeit._fake_timer.setup()" global() namespace
100 fake_stmt = "import timeit\\ntimeit._fake_timer.inc()" global() namespace
108 def timeit(self, stmt, setup, number=None, globals=None): global() member in TestTimeit
[all...]
/third_party/python/Tools/stringbench/
H A Dstringbench.py5 import timeit namespace
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c936 static int timeit = 0; variable
[all...]

Completed in 22 milliseconds