commit | f736d2365d4ee7dd9cd9c6e0d1472e1cb8a5fbee | [log] [tgz] |
---|---|---|
author | terelius <terelius@webrtc.org> | Thu Aug 04 10:00:11 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 04 17:00:19 2016 +0000 |
tree | b3c4072e913dcd879a43e64d8eeebf47dd00e06f | |
parent | ddba75c7cbb5a70846000f327b7b9613996865c1 [diff] [blame] |
Add fraction loss in visualization tool. Review-Url: https://codereview.webrtc.org/2204713005 Cr-Commit-Position: refs/heads/master@{#13644}
diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h index 2853e86..dc56c5f 100644 --- a/webrtc/tools/event_log_visualizer/analyzer.h +++ b/webrtc/tools/event_log_visualizer/analyzer.h
@@ -41,6 +41,8 @@ void CreateAccumulatedDelayChangeGraph(Plot* plot); + void CreateFractionLossGraph(Plot* plot); + void CreateTotalBitrateGraph(PacketDirection desired_direction, Plot* plot); void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot);