pub trait ProfilingContextExt: ContextReportExt {
// Provided method
fn write_profiling_data(&mut self) { ... }
}Expand description
Writes the execution statistics for the context and all profiling data to a JSON file.
Provided Methods§
fn write_profiling_data(&mut self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.