HomeSort by relevance Sort by last modified time
    Searched full:systimes (Results 1 - 8 of 8) 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...]
README 94 systimes.processtime
341 - added process time timer (using systimes.py)
  /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
README 94 systimes.processtime
341 - added process time timer (using systimes.py)

Completed in 1043 milliseconds