pub fn export_user_variables_json<P: AsRef<Path>>(
allocations: Vec<AllocationInfo>,
stats: MemoryStats,
output_path: P,
) -> TrackingResult<ExportStats>
Expand description
Export user variables to JSON format This is the most commonly used export function for development and debugging