Searched refs:ExternalProfiler (Results 1 – 2 of 2) sorted by relevance
24 pub struct ExternalProfiler; struct25 impl Profiler for ExternalProfiler { implementation
100 use crate::profiler::{ExternalProfiler, Profiler};443 profiler: Box::new(RefCell::new(ExternalProfiler)), in default()