compare_to(old_snapshot: Snapshot, group_by: str, cumulative: bool=False) Compute the differences with an old snapshot. Get
user_return(frame, return_value) This method is called from dispatch_return() when stop_here() yields
pdb.set_trace() Enter the debugger at the calling stack frame. This is useful to hard-code a breakpoint at a given point in
lineno Line number (int).
timeit.timeit(stmt='pass', setup='pass', timer=, number=1000000, globals=None) Create a Timer instance with the
create_stats() Stop collecting profiling data and record the results internally as the current profile.
stop_here(frame) This method checks if the frame is somewhere below botframe in the call stack. botframe
print_callers(*restrictions) This method for the Stats class prints a list of all functions that called each function
deleteMe() Delete the breakpoint from the list associated to a file/line. If it is the last breakpoint in that position, it
class trace.Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(), ignoredirs=(), infile=None, outfile=None, timing=False)
Page 14 of 15