Skip to main content

debug_live_values

Function debug_live_values 

Source
pub fn debug_live_values() -> usize
Expand description

The number of live runtime allocations on this thread.

Meaningful in debug builds only; release builds compile the counter out and always return 0.