disable() Stop collecting profiling data.
runfunc(func, *args, **kwds) Call func with the given arguments under control of the Trace object with
count_diff Difference of number of memory blocks between the old and the new snapshots (int): 0 if
run(cmd, globals=None, locals=None) Debug a statement executed via the
timeit.default_timer() The default timer, which is always
bdb.set_trace() Start debugging with a Bdb instance from caller’s frame.
filter_traces(filters) Create a new Snapshot instance with a filtered traces sequence, filters
enable() Start collecting profiling data.
traces Traces of all memory blocks allocated by Python: sequence of Trace instances. The
class profile.Profile(timer=None, timeunit=0.0, subcalls=True, builtins=True) This class is normally only used if more precise
Page 11 of 15