pub fn register_root(root: &'static (dyn Allocative + Sync + 'static))Expand description
Register global root which can be later traversed by profiler.
root macro can be used to register global root.
pub fn register_root(root: &'static (dyn Allocative + Sync + 'static))Register global root which can be later traversed by profiler.
root macro can be used to register global root.