tracemalloc.StatisticDiff.size_diff
  • References/Python/Python/Debugging & Profiling

size_diff Difference of total size of memory blocks in bytes between the old and the new snapshots (int): 0

2025-01-10 15:47:30
bdb.Bdb.runcall()
  • References/Python/Python/Debugging & Profiling

runcall(func, *args, **kwds) Debug a single function call, and return its result.

2025-01-10 15:47:30
pstats.Stats.print_callees()
  • References/Python/Python/Debugging & Profiling

print_callees(*restrictions) This method for the Stats class prints a list of all function that were called by

2025-01-10 15:47:30
bdb.BdbQuit
  • References/Python/Python/Debugging & Profiling

exception bdb.BdbQuit Exception raised by the Bdb class for quitting the debugger.

2025-01-10 15:47:30
bdb.Bdb.user_call()
  • References/Python/Python/Debugging & Profiling

user_call(frame, argument_list) This method is called from dispatch_call() when there is the possibility that a

2025-01-10 15:47:30
bdb.Breakpoint
  • References/Python/Python/Debugging & Profiling

class bdb.Breakpoint(self, file, line, temporary=0, cond=None, funcname=None) This class implements temporary breakpoints, ignore

2025-01-10 15:47:30
tracemalloc.StatisticDiff.traceback
  • References/Python/Python/Debugging & Profiling

traceback Traceback where the memory blocks were allocated, Traceback instance.

2025-01-10 15:47:30
bdb.Breakpoint.bpformat()
  • References/Python/Python/Debugging & Profiling

bpformat() Return a string with all the information about the breakpoint, nicely formatted:

2025-01-10 15:47:30
tracemalloc.Statistic.traceback
  • References/Python/Python/Debugging & Profiling

traceback Traceback where the memory block was allocated, Traceback instance.

2025-01-10 15:47:30
bdb.Bdb.runeval()
  • References/Python/Python/Debugging & Profiling

runeval(expr, globals=None, locals=None) Debug an expression executed via the

2025-01-10 15:47:30