Crate memory_trace_macros
Version 0.1.0
See all memory_trace_macros's items
Procedural macros used for memory trace.
MemoryTraceHelper adds two methods reset and sum to derived struct. All fields of derived struct should be usize. reset updates the struct and returns a delta represented by a TraceEvent sum returns the summary of all field values.
reset
sum
usize
TraceEvent