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

Unified Diff: webrtc/video/stats_counter.h

Issue 2535323003: Change unit of logged bitrate stats in bytes/s to bits/s. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « webrtc/call/call.cc ('k') | webrtc/video/stats_counter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/stats_counter.h
diff --git a/webrtc/video/stats_counter.h b/webrtc/video/stats_counter.h
index e84d73b758af20fedec697432ee6a4d945b45ffc..6dc94b4328d2deecaaaaac7e6feedab5682169be 100644
--- a/webrtc/video/stats_counter.h
+++ b/webrtc/video/stats_counter.h
@@ -33,6 +33,7 @@ class StatsCounterObserver {
struct AggregatedStats {
std::string ToString() const;
+ std::string ToStringWithMultiplier(int multiplier) const;
int64_t num_samples = 0;
int min = -1;
« no previous file with comments | « webrtc/call/call.cc ('k') | webrtc/video/stats_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698