profile.Profile.enable()
  • References/Python/Python/Debugging & Profiling

enable() Start collecting profiling data.

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

traceback Traceback where the memory block was 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.StatisticDiff.traceback
  • References/Python/Python/Debugging & Profiling

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

2025-01-10 15:47:30
timeit.default_timer()
  • References/Python/Python/Debugging & Profiling

timeit.default_timer() The default timer, which is always

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
faulthandler.disable()
  • References/Python/Python/Debugging & Profiling

faulthandler.disable() Disable the fault handler: uninstall the signal handlers installed by enable().

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.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.get_tracemalloc_memory()
  • References/Python/Python/Debugging & Profiling

tracemalloc.get_tracemalloc_memory() Get the memory usage in bytes of the tracemalloc module used to store traces

2025-01-10 15:47:30