Plot RTCP types for incoming and outgoing RTCP packets.

Bug: webrtc:10312
Change-Id: I9908f9c0a6f419a36bb25ad8f15afb5e29de0f03
Reviewed-on: https://webrtc-review.googlesource.com/c/122884
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Mirta Dvornicic <mirtad@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26714}
This commit is contained in:
Bjorn Terelius
2019-02-15 17:20:12 +01:00
committed by Commit Bot
parent c39f462b2d
commit 7c974e61be
3 changed files with 56 additions and 0 deletions

View File

@ -59,6 +59,8 @@ class EventLogAnalyzer {
void CreatePacketGraph(PacketDirection direction, Plot* plot);
void CreateRtcpTypeGraph(PacketDirection direction, Plot* plot);
void CreateAccumulatedPacketsGraph(PacketDirection direction, Plot* plot);
void CreatePlayoutGraph(Plot* plot);