tracemalloc.Snapshot.compare_to()

compare_to(old_snapshot: Snapshot, group_by: str, cumulative: bool=False) Compute the differences with an old snapshot. Get

2016-10-07 17:45:16
bdb.Bdb.user_return()

user_return(frame, return_value) This method is called from dispatch_return() when stop_here() yields

2016-10-07 17:27:28
pdb.set_trace()

pdb.set_trace() Enter the debugger at the calling stack frame. This is useful to hard-code a breakpoint at a given point in

2016-10-07 17:40:38
tracemalloc.Frame.lineno

lineno Line number (int).

2016-10-07 17:45:15
timeit.timeit()

timeit.timeit(stmt='pass', setup='pass', timer=, number=1000000, globals=None) Create a Timer instance with the

2016-10-07 17:44:45
profile.Profile.create_stats()

create_stats() Stop collecting profiling data and record the results internally as the current profile.

2016-10-07 17:40:57
bdb.Bdb.stop_here()

stop_here(frame) This method checks if the frame is somewhere below botframe in the call stack. botframe

2016-10-07 17:27:27
pstats.Stats.print_callers()

print_callers(*restrictions) This method for the Stats class prints a list of all functions that called each function

2016-10-07 17:40:59
bdb.Breakpoint.deleteMe()

deleteMe() Delete the breakpoint from the list associated to a file/line. If it is the last breakpoint in that position, it

2016-10-07 17:27:29
trace.Trace

class trace.Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(), ignoredirs=(), infile=None, outfile=None, timing=False)

2016-10-07 17:45:08