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

Unified Diff: media/cast/logging/logging_defines.cc

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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: media/cast/logging/logging_defines.cc
diff --git a/media/cast/logging/logging_defines.cc b/media/cast/logging/logging_defines.cc
index 5dbf9d281802bc1bb6ef6a944b14f573843db9d1..4ecff45431d21e6dce31b7d39ce6aa8b7d3b4154 100644
--- a/media/cast/logging/logging_defines.cc
+++ b/media/cast/logging/logging_defines.cc
@@ -105,23 +105,5 @@ PacketEvent::~PacketEvent() {}
GenericEvent::GenericEvent() : type(kUnknown), value(0) {}
GenericEvent::~GenericEvent() {}
-
-FrameLogStats::FrameLogStats()
- : event_counter(0),
- sum_size(0) {}
-FrameLogStats::~FrameLogStats() {}
-
-PacketLogStats::PacketLogStats()
- : event_counter(0),
- sum_size(0) {}
-PacketLogStats::~PacketLogStats() {}
-
-GenericLogStats::GenericLogStats()
- : event_counter(0),
- sum(0),
- sum_squared(0),
- min(0),
- max(0) {}
-GenericLogStats::~GenericLogStats() {}
} // namespace cast
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698