ProfilingContextExt

Trait ProfilingContextExt 

Source
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§

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.

Implementors§