Searched refs:time_results (Results 1 – 1 of 1) sorted by relevance
355 std::vector<TimeResult> time_results; in PrintResult() local406 time_results.push_back( in PrintResult()410 std::sort(time_results.begin(), time_results.end(), in PrintResult()413 for (const auto& result : time_results) { in PrintResult()521 std::vector<TimeSlotEvent> time_results; in GetLatencyData() local525 if (slot.is_valid() && time_results.size() < time_results.max_size()) { in GetLatencyData()526 time_results.push_back({node_name, slot}); in GetLatencyData()531 time_results.begin(), time_results.end(), in GetLatencyData()534 for (const auto& [node_name, slot] : time_results) { in GetLatencyData()571 std::vector<TimeSlotEvent> time_results; in PrintResult() local[all …]