tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously
print_stats(sort=-1) Create a Stats object based on the current profile and print the results to stdout.
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released
bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.
profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the
clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message
results() Return a CoverageResults object that contains the cumulative results of all previous calls to run
lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least
Page 1 of 15