Searched refs:new_stats (Results 1 – 6 of 6) sorted by relevance
260 Stats new_stats; in MaybeUpdateStats() local261 new_stats.expected_queue_time = pacing_controller_.ExpectedQueueTime(); in MaybeUpdateStats()262 new_stats.first_sent_packet_time = pacing_controller_.FirstSentPacketTime(); in MaybeUpdateStats()263 new_stats.oldest_packet_wait_time = pacing_controller_.OldestPacketWaitTime(); in MaybeUpdateStats()264 new_stats.queue_size = pacing_controller_.QueueSizeData(); in MaybeUpdateStats()265 OnStatsUpdated(new_stats); in MaybeUpdateStats()
108 std::unique_ptr<SSLCertificateStats> new_stats = certs_[i]->GetStats(); in GetStats() local109 if (new_stats) { in GetStats()110 new_stats->issuer = std::move(issuer); in GetStats()112 issuer = std::move(new_stats); in GetStats()
82 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local83 new_stats.BuildAllViews(); in TestToFromProto()85 new_stats.ShowMultiGraphNode(cmd, opts); in TestToFromProto()87 new_stats.ShowGraphNode(cmd, opts); in TestToFromProto()
75 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local76 new_stats.BuildAllViews(); in TestToFromProto()77 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto()
483 void UpdateStatistics(const AudioProcessingStats& new_stats);
2066 const AudioProcessingStats& new_stats) { in UpdateStatistics() argument2067 AudioProcessingStats stats_to_queue = new_stats; in UpdateStatistics()