Searched refs:TemporalProfTimestamps (Results 1 – 2 of 2) sorted by relevance
474 if (TemporalProfTimestamps.empty()) { in getTemporalProfTraces()479 std::sort(TemporalProfTimestamps.begin(), TemporalProfTimestamps.end()); in getTemporalProfTraces()483 for (auto &[TimestampValue, NameRef] : TemporalProfTimestamps) in getTemporalProfTraces()725 TemporalProfTimestamps.emplace_back(TimestampValue, in readRawCounts()
318 std::vector<std::pair<uint64_t, uint64_t>> TemporalProfTimestamps; variable