Searched refs:stats_gathering_started_ (Results 1 – 2 of 2) sorted by relevance
369 : pc_(pc), stats_gathering_started_(0) { in StatsCollector()472 if (stats_gathering_started_ != 0 && in UpdateStats()473 stats_gathering_started_ + kMinGatherStatsPeriod > time_now) { in UpdateStats()476 stats_gathering_started_ = time_now; in UpdateStats()526 report->set_timestamp(stats_gathering_started_); in PrepareReport()568 report->set_timestamp(stats_gathering_started_); in AddOneCertificateReport()611 report->set_timestamp(stats_gathering_started_); in AddConnectionInfoReport()659 report->set_timestamp(stats_gathering_started_); in AddCandidateReport()686 report->set_timestamp(stats_gathering_started_); in ExtractSessionInfo()729 channel_report->set_timestamp(stats_gathering_started_); in ExtractSessionInfo()[all …]
157 double stats_gathering_started_; variable