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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
systimes.py 3 """ systimes() user and system timer implementations for use by
24 def systimes():
44 # * Add a function that returns the resolution of systimes()
85 # for systimes()
146 # Select the default for the systimes() function
149 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
    [all...]
clockres.py 40 import systimes
41 print 'systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6)
pybench.py 76 TIMER_SYSTIMES_PROCESSTIME = 'systimes.processtime'
98 import systimes
99 return systimes.processtime
806 systimes.processtime
871 import systimes
872 print '* using timer: systimes.processtime (%s)' % \
873 systimes.SYSTIMES_IMPLEMENTATION
    [all...]
  /external/python/cpython2/Tools/pybench/
systimes.py 3 """ systimes() user and system timer implementations for use by
24 def systimes():
44 # * Add a function that returns the resolution of systimes()
85 # for systimes()
146 # Select the default for the systimes() function
149 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_systime variable
164 systimes = ctypes_getprocesstimes_systimes variable
    [all...]
clockres.py 40 import systimes
41 print 'systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6)
pybench.py 76 TIMER_SYSTIMES_PROCESSTIME = 'systimes.processtime'
98 import systimes
99 return systimes.processtime
806 systimes.processtime
871 import systimes
872 print '* using timer: systimes.processtime (%s)' % \
873 systimes.SYSTIMES_IMPLEMENTATION
  /external/python/cpython3/Tools/pybench/
systimes.py 3 """ systimes() user and system timer implementations for use by
24 def systimes():
47 # * Add a function that returns the resolution of systimes()
88 # for systimes()
149 # Select the default for the systimes() function
152 systimes = getrusage_systimes variable
155 systimes = process_time_clock_systimes variable
158 systimes = wall_clock_clock_systimes variable
161 systimes = wall_clock_time_systimes variable
164 systimes = win32process_getprocesstimes_systime variable
167 systimes = ctypes_getprocesstimes_systimes variable
    [all...]
clockres.py 39 import systimes
40 print('systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6))
pybench.py 81 TIMER_SYSTIMES_PROCESSTIME = 'systimes.processtime'
109 import systimes
110 return systimes.processtime
810 systimes.processtime
875 import systimes
876 print('* using timer: systimes.processtime (%s)' % \
877 systimes.SYSTIMES_IMPLEMENTATION)

Completed in 79 milliseconds