tracemalloc.stop()
  • References/Python/Python/Debugging & Profiling

tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously

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

format_stack_entry(frame_lineno, lprefix=': ') Return a string with information about a stack entry, identified by a (frame

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

clear_bpbynumber(arg) Delete the breakpoint which has the index arg in the Breakpoint.bpbynumber. If arg

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

inclusive If inclusive is True (include), only trace memory blocks allocated in a file with a name matching

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

reverse_order() This method for the Stats class reverses the ordering of the basic list within the object. Note

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

pdb.post_mortem(traceback=None) Enter post-mortem debugging of the given traceback object. If no traceback

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

faulthandler.cancel_dump_traceback_later() Cancel the last call to dump_traceback_later().

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

class trace.CoverageResults A container for coverage results, created by Trace.results(). Should not be created

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

class tracemalloc.Traceback Sequence of Frame instances sorted from the most recent frame to the oldest frame.

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

class timeit.Timer(stmt='pass', setup='pass', timer=, globals=None) Class for timing execution speed of small code snippets

2025-01-10 15:47:30