tracemalloc.get_traceback_limit()

tracemalloc.get_traceback_limit()

Get the maximum number of frames stored in the traceback of a trace.

The tracemalloc module must be tracing memory allocations to get the limit, otherwise an exception is raised.

The limit is set by the start() function.

doc_python
2016-10-07 17:45:15
Comments
Leave a Comment

Please login to continue.