OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systimes
(Results
1 - 12
of
12
) 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)
/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)
README
94
systimes
.processtime
344
- added process time timer (using
systimes
.py)
Completed in 758 milliseconds