get_bpbynumber(arg) Return a breakpoint specified by the given number. If arg is a string, it will be converted to
set_until(frame) Stop when the line with the line no greater than the current one is reached or when returning from current
size_diff Difference of total size of memory blocks in bytes between the old and the new snapshots (int): 0
runctx(cmd, globals, locals) Profile the cmd via
print_stats(*restrictions) This method for the Stats class prints out a report as described in the profile
timeit(number=1000000) Time number executions of the main statement. This executes the setup statement once, and then
runcall(func, *args, **kwds) Debug a single function call, and return its result.
class tracemalloc.StatisticDiff Statistic difference on memory allocations between an old and a new Snapshot instance
canonic(filename) Auxiliary method for getting a filename in a canonical form, that is, as a case-normalized (on case-insensitive
class pstats.Stats(*filenames or profile, stream=sys.stdout) This class constructor creates an instance of a “statistics object”
Page 8 of 15