Home
last modified time | relevance | path

Searched refs:trace_dispatch_call (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/hotshot/
Dstats.py41 p.trace_dispatch_call(frame, taccum * .000001)
/external/python/cpython2/Lib/
Dprofile.py277 def trace_dispatch_call(self, frame, t): member in Profile
349 "call": trace_dispatch_call,