commit | 283c106c28c348a379cb0adbaad5ac6e3a279778 | [log] [tgz] |
---|---|---|
author | Kristoffer Erlandsson <kerl@google.com> | Mon Mar 30 13:01:37 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 30 14:46:41 2020 +0000 |
tree | c0be880659e92ff7828371451177b3cd0188a038 | |
parent | c24b6b7815ceada81afbd75e77339fefb27b7846 [diff] [blame] |
Add packet rate plots to event_log_visualizer. Bug: b/152399961 Change-Id: I8dbc0166ed537c197f26a80275100fb3faa338f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172094 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/master@{#30942}
diff --git a/rtc_tools/rtc_event_log_visualizer/analyzer.h b/rtc_tools/rtc_event_log_visualizer/analyzer.h index c4f7220..e59e7b4 100644 --- a/rtc_tools/rtc_event_log_visualizer/analyzer.h +++ b/rtc_tools/rtc_event_log_visualizer/analyzer.h
@@ -63,6 +63,8 @@ void CreateAccumulatedPacketsGraph(PacketDirection direction, Plot* plot); + void CreatePacketRateGraph(PacketDirection direction, Plot* plot); + void CreatePlayoutGraph(Plot* plot); void CreateAudioLevelGraph(PacketDirection direction, Plot* plot);