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

  /external/python/cpython3/Lib/test/
reperf.py 12 t0 = time.perf_counter()
18 t1 = time.perf_counter()
sortperf.py 60 t0 = time.perf_counter()
62 t1 = time.perf_counter()
test_time.py 439 time.perf_counter()
489 clocks = ['clock', 'perf_counter', 'process_time', 'time']
    [all...]
  /external/python/cpython3/Lib/idlelib/
colorizer.py 173 t0 = time.perf_counter()
175 t1 = time.perf_counter()
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_coc_test_utils.py 60 start_write_time = time.perf_counter()
114 end_read_time = time.perf_counter()
  /external/python/cpython3/Lib/
timeit.py 19 -p/--process: use time.process_time() (default is time.perf_counter())
63 default_timer = time.perf_counter
  /external/python/cpython3/Modules/
timemodule.c 919 perf_counter(_Py_clock_info_t *info) function
931 return perf_counter(NULL);
935 "perf_counter() -> float\n\
1095 else if (strcmp(name, "perf_counter") == 0)
1096 obj = perf_counter(&info);
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/aware/performance/
LatencyTest.py 476 timestamp_start = time.perf_counter()
615 latencies.append(time.perf_counter() - timestamp_start)
  /external/python/cpython3/Tools/pybench/
pybench.py 79 TIMER_TIME_PERF_COUNTER = 'time.perf_counter'
84 if hasattr(time, 'perf_counter'):
105 return time.perf_counter

Completed in 343 milliseconds