pub fn init()
Expand description
Initialize the memory tracking system.
This function sets up the tracing subscriber and prepares the global tracker. Call this early in your application, typically in main().
ยงExample
memscope_rs::init();
// Your application code here