Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(995)

Unified Diff: webrtc/video_send_stream.h

Issue 2786593003: Add histogram stats for number of cpu/quality adapt changes per minute for sent video streams: (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index 8a82a6df4d81a447f708f9d5c56673a61e2e123b..f6083940508c0756f861f8e2a5237704d4d77308 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -70,8 +70,9 @@ class VideoSendStream {
bool bw_limited_resolution = false;
bool cpu_limited_resolution = false;
// Total number of times resolution as been requested to be changed due to
- // CPU adaptation.
+ // CPU/quality adaptation.
int number_of_cpu_adapt_changes = 0;
+ int number_of_quality_adapt_changes = 0;
std::map<uint32_t, StreamStats> substreams;
};
« webrtc/video/send_statistics_proxy_unittest.cc ('K') | « webrtc/video/vie_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698