Searched defs:trace (Results 1 – 4 of 4) sorted by relevance
336 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable341 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable349 let trace = shelf.get_downcast_ref::<Vec<String>>().unwrap(); in test_async_task() localVariable355 let trace = trace_receiver.recv().unwrap(); in test_async_task() localVariable
39 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace() method
33 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace() method
41 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace() method