PerformanceAnalyzer

Trait PerformanceAnalyzer 

Source
pub trait PerformanceAnalyzer: Debug {
    // Required method
    fn analyze(
        &self,
        results: &BenchmarkResults,
        database: &PerformanceDatabase,
    ) -> Result<AnalysisResult>;
}
Expand description

Generic trait for performance analyzers

Required Methods§

Implementors§