OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elapsed_profile
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py
537
#
elapsed_profile
<- time f(m) takes with profiling. The difference
544
elapsed_profile
= t1 - t0
546
print "elapsed time with profiling =",
elapsed_profile
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py
537
#
elapsed_profile
<- time f(m) takes with profiling. The difference
544
elapsed_profile
= t1 - t0
546
print "elapsed time with profiling =",
elapsed_profile
Completed in 1654 milliseconds