webrtc/rtc_tools/event_log_visualizer
Bjorn Terelius 2eb3188e3e Aid triaging of bugs by printing notifications about interesting parts of an event log.
Notifications are printed for gaps in seq number, capture timestamp, arrival and send times for RTP and RTCP, and high average loss.
The notifications are printed to stderr by default, but internally they are represented as subclasses to a TriageNotification base class in order to facilitate other output formats.

Initially, this is only run if the event_log_visualizer is given the flag --print_triage_notifications.

Only the first (LOG_START, LOG_END) segment is processed.

Bug: webrtc:8383
Change-Id: If43ef7f115f622fa5552dc50951a11d5f9e3cbaa
Reviewed-on: https://webrtc-review.googlesource.com/8720
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20974}
2017-12-01 12:45:51 +00:00
..
analyzer.cc Aid triaging of bugs by printing notifications about interesting parts of an event log. 2017-12-01 12:45:51 +00:00
analyzer.h Aid triaging of bugs by printing notifications about interesting parts of an event log. 2017-12-01 12:45:51 +00:00
chart.proto Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
main.cc Aid triaging of bugs by printing notifications about interesting parts of an event log. 2017-12-01 12:45:51 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_base.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
plot_base.h Visualize simulated BWE as a piecewise constant function. 2017-11-13 10:39:38 +00:00
plot_protobuf.cc Visualize simulated BWE as a piecewise constant function. 2017-11-13 10:39:38 +00:00
plot_protobuf.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
plot_python.cc Visualize simulated BWE as a piecewise constant function. 2017-11-13 10:39:38 +00:00
plot_python.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
triage_notifications.h Aid triaging of bugs by printing notifications about interesting parts of an event log. 2017-12-01 12:45:51 +00:00