bdb.set_trace() Start debugging with a Bdb instance from caller’s frame.
class profile.Profile(timer=None, timeunit=0.0, subcalls=True, builtins=True) This class is normally only used if more precise
tracemalloc.start(nframe: int=1) Start tracing Python memory allocations: install hooks on Python memory allocators. Collected
tracemalloc.get_object_traceback(obj) Get the traceback where the Python object obj was allocated. Return a Traceback
filter_traces(filters) Create a new Snapshot instance with a filtered traces sequence, filters
count_diff Difference of number of memory blocks between the old and the new snapshots (int): 0 if
runctx(cmd, globals=None, locals=None) Execute the command and gather statistics from the execution with the current tracing
traces Traces of all memory blocks allocated by Python: sequence of Trace instances. The
exception bdb.BdbQuit Exception raised by the Bdb class for quitting the debugger.
print_callees(*restrictions) This method for the Stats class prints a list of all function that were called by
Page 10 of 15