Home
last modified time | relevance | path

Searched refs:ExternalProfiler (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/criterion/src/
Dprofiler.rs24 pub struct ExternalProfiler; struct
25 impl Profiler for ExternalProfiler { implementation
Dlib.rs100 use crate::profiler::{ExternalProfiler, Profiler};
443 profiler: Box::new(RefCell::new(ExternalProfiler)), in default()