timeit.timeit(stmt='pass', setup='pass', timer=, number=1000000, globals=None) Create a Timer instance with the
user_return(frame, return_value) This method is called from dispatch_return() when stop_here() yields
deleteMe() Delete the breakpoint from the list associated to a file/line. If it is the last breakpoint in that position, it
set_step() Stop after one line of code.
get_all_breaks() Return all breakpoints that are set.
enable() Mark the breakpoint as enabled.
user_exception(frame, exc_info) This method is called from dispatch_exception() when stop_here() yields
print_callers(*restrictions) This method for the Stats class prints a list of all functions that called each function
run(cmd) Profile the cmd via
add(*filenames) This method of the Stats class accumulates additional profiling information into the current profiling
Page 13 of 15