Searched refs:pending_records (Results 1 – 1 of 1) sorted by relevance
272 vector<VtsProfilingRecord> pending_records; in ProcessTraceForLatencyProfiling() local279 pending_records.emplace_back(seen_records.back()); in ProcessTraceForLatencyProfiling()301 while (!pending_records.empty()) { in ProcessTraceForLatencyProfiling()302 seen_records.emplace_back(pending_records.back()); in ProcessTraceForLatencyProfiling()303 pending_records.pop_back(); in ProcessTraceForLatencyProfiling()