count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
disable() Mark the breakpoint as disabled.
get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.
strip_dirs() This method for the Stats class removes all leading path information from file names. It is very useful
results() Return a CoverageResults object that contains the cumulative results of all previous calls to run
set_return(frame) Stop when returning from the given frame.
tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()
classmethod load(filename) Load a snapshot from a file. See also dump().
profile.runctx(command, globals, locals, filename=None) This function is similar to run(), with added arguments
Page 3 of 15