class timeit.Timer(stmt='pass', setup='pass', timer=, globals=None) Class for timing execution speed of small code snippets
statistics(group_by: str, cumulative: bool=False) Get statistics as a sorted list of Statistic instances grouped
class tracemalloc.Frame Frame of a traceback. The Traceback class is a sequence
set_next(frame) Stop on the next line in or below the given frame.
reverse_order() This method for the Stats class reverses the ordering of the basic list within the object. Note
timeit(number=1000000) Time number executions of the main statement. This executes the setup statement once, and then
print_stats(*restrictions) This method for the Stats class prints out a report as described in the profile
size_diff Difference of total size of memory blocks in bytes between the old and the new snapshots (int): 0
dump_stats(filename) Save the data loaded into the Stats object to a file named filename. The file is
runcall(func, *args, **kwds) Debug a single function call, and return its result.
Page 6 of 15