Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dprofile.py272 return self.trace_dispatch_return(rframe, t)
284 self.trace_dispatch_return(rframe, 0)
310 def trace_dispatch_return(self, frame, t): member in Profile
313 self.trace_dispatch_return(self.cur[-2], 0)
351 "return": trace_dispatch_return,
353 "c_exception": trace_dispatch_return, # the C function returned
354 "c_return": trace_dispatch_return,
/external/python/cpython2/Lib/hotshot/
Dstats.py46 p.trace_dispatch_return(frame, taccum * .000001)