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

repeat(repeat=3, number=1000000) Call timeit() a few times. This is a convenience

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

dispatch_line(frame) If the debugger should stop on the current line, invoke the user_line() method (which should

2025-01-10 15:47:30
profile.Profile.enable()
  • References/Python/Python/Debugging & Profiling

enable() Start collecting profiling data.

2025-01-10 15:47:30
trace.Trace.runfunc()
  • References/Python/Python/Debugging & Profiling

runfunc(func, *args, **kwds) Call func with the given arguments under control of the Trace object with

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

filename_pattern Filename pattern of the filter (str).

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

run(cmd, globals=None, locals=None) Debug a statement executed via the

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