Home
last modified time | relevance | path

Searched refs:first_occurrence (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dalerts.cc33 alert.second.explanation.c_str(), alert.second.first_occurrence); in Print()
201 int64_t first_occurrence = parsed_log.last_timestamp(); in AnalyzeLog() local
216 first_occurrence = std::min(first_occurrence, bwe_update.log_time_us()); in AnalyzeLog()
222 Alert(TriageAlertType::kOutgoingHighLoss, first_occurrence, in AnalyzeLog()
Dalerts.h44 float first_occurrence = -1; member
73 alert.first_occurrence = time_seconds; in Alert()