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

Unified Diff: webrtc/media/engine/webrtcvideoengine2.cc

Issue 1780543003: Add tracing to interesting media-related methods. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/webrtcvideoengine2.cc
diff --git a/webrtc/media/engine/webrtcvideoengine2.cc b/webrtc/media/engine/webrtcvideoengine2.cc
index bd7774c045446db202d93383ec4fc7cb0313961d..02de6b8e6bd499ec67f44b337efc74e1d48a8c5f 100644
--- a/webrtc/media/engine/webrtcvideoengine2.cc
+++ b/webrtc/media/engine/webrtcvideoengine2.cc
@@ -1218,6 +1218,7 @@ bool WebRtcVideoChannel2::SetSink(uint32_t ssrc,
}
bool WebRtcVideoChannel2::GetStats(VideoMediaInfo* info) {
+ TRACE_EVENT0("webrtc", "WebRtcVideoChannel2::GetStats");
info->Clear();
FillSenderStats(info);
FillReceiverStats(info);
« no previous file with comments | « no previous file | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698