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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 79 milliseconds