Home
last modified time | relevance | path

Searched refs:systimes (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/pybench/
Dsystimes.py149 systimes = getrusage_systimes variable
152 systimes = process_time_clock_systimes variable
155 systimes = wall_clock_clock_systimes variable
158 systimes = wall_clock_time_systimes variable
161 systimes = win32process_getprocesstimes_systimes variable
164 systimes = ctypes_getprocesstimes_systimes variable
177 user, system = systimes()
189 t0 = systimes()
191 t1 = systimes()
199 t0 = systimes()
[all …]
Dclockres.py40 import systimes
41 print 'systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6)
Dpybench.py98 import systimes
99 return systimes.processtime
871 import systimes
873 systimes.SYSTIMES_IMPLEMENTATION
DREADME94 systimes.processtime
341 - added process time timer (using systimes.py)