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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 28 taccum = 0
32 taccum += tdelta
34 # We multiply taccum to convert from the microseconds we
41 p.trace_dispatch_call(frame, taccum * .000001)
42 taccum = 0
46 p.trace_dispatch_return(frame, taccum * .000001)
47 taccum = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 28 taccum = 0
32 taccum += tdelta
34 # We multiply taccum to convert from the microseconds we
41 p.trace_dispatch_call(frame, taccum * .000001)
42 taccum = 0
46 p.trace_dispatch_return(frame, taccum * .000001)
47 taccum = 0

Completed in 281 milliseconds