Searched refs:new_stats (Results 1 – 6 of 6) sorted by relevance
120 std::unique_ptr<SSLCertificateStats> new_stats = certs_[i]->GetStats(); in GetStats() local121 if (new_stats) { in GetStats()122 new_stats->issuer = std::move(issuer); in GetStats()124 issuer = std::move(new_stats); in GetStats()
79 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local80 new_stats.BuildAllViews(); in TestToFromProto()82 new_stats.ShowMultiGraphNode(cmd, opts); in TestToFromProto()84 new_stats.ShowGraphNode(cmd, opts); in TestToFromProto()
71 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local72 new_stats.BuildAllViews(); in TestToFromProto()73 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto()
350 Stats new_stats; in UpdateStats() local351 new_stats.expected_queue_time = pacing_controller_.ExpectedQueueTime(); in UpdateStats()352 new_stats.first_sent_packet_time = pacing_controller_.FirstSentPacketTime(); in UpdateStats()353 new_stats.oldest_packet_enqueue_time = in UpdateStats()355 new_stats.queue_size = pacing_controller_.QueueSizeData(); in UpdateStats()356 OnStatsUpdated(new_stats); in UpdateStats()
525 void UpdateStatistics(const AudioProcessingStats& new_stats);
2548 const AudioProcessingStats& new_stats) { in UpdateStatistics() argument2549 AudioProcessingStats stats_to_queue = new_stats; in UpdateStatistics()