bpformat() Return a string with all the information about the breakpoint, nicely formatted:
disable() Stop collecting profiling data.
tracemalloc.get_tracemalloc_memory() Get the memory usage in bytes of the tracemalloc module used to store traces
print_exc(file=None) Helper to print a traceback from the timed code. Typical use:
tracemalloc.get_traced_memory() Get the current size and peak size of memory blocks traced by the tracemalloc module
run(statement, globals=None, locals=None) runeval(expression, globals=None, locals=None) runcall(function
print_callers(*restrictions) This method for the Stats class prints a list of all functions that called each function
get_all_breaks() Return all breakpoints that are set.
create_stats() Stop collecting profiling data and record the results internally as the current profile.
set_step() Stop after one line of code.
Page 12 of 15