class tracemalloc.Trace 
Trace of a memory block.
The Snapshot.traces attribute is a sequence of Trace instances.
- 
size
- 
Size of the memory block in bytes ( int).
- 
traceback
- 
Traceback where the memory block was allocated, Tracebackinstance.
 
          
Please login to continue.