Searched defs:PerformanceData (Results 1 – 4 of 4) sorted by relevance
139 struct PerformanceData { struct145 static constexpr Histogram::Config kWorkConfig = { 0.25, 20, 2.};171 // that struct PerformanceData is associated with. argument172 void reset() { in reset()183 bool empty() const { in empty()
101 pub struct PerformanceData { struct102 pub cold_start: Duration,103 pub records: Vec<BufferConsumptionRecord>,143 impl PerformanceData { impl
31 async fn run_playback(ex: &Executor, args: &Args) -> Result<PerformanceData> { in run_playback()
68 data class PerformanceData( class