dispatch_return(frame, arg) If the debugger should stop on this function return, invoke the user_return() method
tracemalloc.get_object_traceback(obj) Get the traceback where the Python object obj was allocated. Return a Traceback
print_callees(*restrictions) This method for the Stats class prints a list of all function that were called by
dispatch_line(frame) If the debugger should stop on the current line, invoke the user_line() method (which should
format(limit=None) Format the traceback as a list of lines with newlines. Use the
count_diff Difference of number of memory blocks between the old and the new snapshots (int): 0 if
traceback Traceback where the memory block was allocated, Traceback instance.
size Total size of memory blocks in bytes (int).
print_exc(file=None) Helper to print a traceback from the timed code. Typical use:
runfunc(func, *args, **kwds) Call func with the given arguments under control of the Trace object with
Page 10 of 15