warp.config.track_memory#
- warp.config.track_memory: bool = False#
Enable tracking of memory allocations at initialization.
When
Trueat the timewarp.init()is called, aScopedMemoryTrackeris automatically activated for all devices. For on-demand tracking, useScopedMemoryTrackerdirectly as a context manager.Note: Impacts performance when active due to call-stack introspection.