Searched refs:time_slot (Results 1 – 1 of 1) sorted by relevance
251 for (const auto& time_slot : time_series) { in DumpResult() local252 float elapsed = static_cast<float>(time_slot.end - time_slot.start) / in DumpResult()253 std::max(1, time_slot.count); in DumpResult()