runfunc(func, *args, **kwds) Call func with the given arguments under control of the Trace object with
runeval(expr, globals=None, locals=None) Debug an expression executed via the
run(cmd, globals=None, locals=None) Debug a statement executed via the
disable() Stop collecting profiling data.
traces Traces of all memory blocks allocated by Python: sequence of Trace instances. The
filter_traces(filters) Create a new Snapshot instance with a filtered traces sequence, filters
bdb.set_trace() Start debugging with a Bdb instance from caller’s frame.
count_diff Difference of number of memory blocks between the old and the new snapshots (int): 0 if
class profile.Profile(timer=None, timeunit=0.0, subcalls=True, builtins=True) This class is normally only used if more precise
print_callees(*restrictions) This method for the Stats class prints a list of all function that were called by
Page 10 of 15