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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 529 # elapsed_noprofile <- time f(m) takes without profiling.
533 elapsed_noprofile = t1 - t0
535 print "elapsed time without profiling =", elapsed_noprofile
563 # reported_time - elapsed_noprofile = overhead the profiler wasn't
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 529 # elapsed_noprofile <- time f(m) takes without profiling.
533 elapsed_noprofile = t1 - t0
535 print "elapsed time without profiling =", elapsed_noprofile
563 # reported_time - elapsed_noprofile = overhead the profiler wasn't
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls

Completed in 44 milliseconds