compare_to(old_snapshot: Snapshot, group_by: str, cumulative: bool=False) Compute the differences with an old snapshot. Get
timeit.timeit(stmt='pass', setup='pass', timer=, number=1000000, globals=None) Create a Timer instance with the
write_results(show_missing=True, summary=False, coverdir=None) Write coverage results. Set show_missing to show lines
runctx(cmd, globals, locals) For backwards compatibility. Calls the run() method.
stop_here(frame) This method checks if the frame is somewhere below botframe in the call stack. botframe
user_exception(frame, exc_info) This method is called from dispatch_exception() when stop_here() yields
runcall(func, *args, **kwargs) Profile func(*args, **kwargs)
add(*filenames) This method of the Stats class accumulates additional profiling information into the current profiling
user_return(frame, return_value) This method is called from dispatch_return() when stop_here() yields
run(cmd) Profile the cmd via
Page 14 of 15