macro_rules! export_memory_json {
($verbose:expr) => { ... };
}Expand description
Export memory data to JSON and print the result
This macro is a convenient way to export memory data in JSON format for external processing or analysis.
ยงExamples
use memscope_rs::export_memory_json;
export_memory_json!(true);