webrtc/rtc_tools/rtc_event_log_visualizer
Björn Terelius eb9af84a55 Improved RobustThroughputEstimator
- Filter out very old packets (to ensure that the estimate doesn't drop to zero if sending is paused and later resumed).
- Discard packets older than previously discarded packets (to avoid the estimate dropping after deep reordering.)
- Add tests cases for high loss, deep reordering and paused/resumed streams to unittest.
- Remove some field trial settings that have very minor effect and rename some of the others.
- Change analyzer.cc to only draw data points if the estimators have valid estimates.

Bug: webrtc:13402
Change-Id: I47ead8aa4454cced5134d10895ca061d2c3e32f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/236347
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36849}
2022-05-11 08:45:53 +00:00
..
proto Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" 2022-02-25 10:48:32 +00:00
alerts.cc Delete rtc_base/format_macros.h 2022-05-09 12:03:21 +00:00
alerts.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
analyze_audio.cc Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" 2022-02-25 10:48:32 +00:00
analyze_audio.h Move NetEq and ANA plotting to a separate file. 2020-06-09 10:05:31 +00:00
analyzer.cc Improved RobustThroughputEstimator 2022-05-11 08:45:53 +00:00
analyzer.h Move NetEq and ANA plotting to a separate file. 2020-06-09 10:05:31 +00:00
analyzer_common.cc Refactor/reimplement RTC event log triage alerts. 2020-05-19 09:45:16 +00:00
analyzer_common.h Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" 2022-02-25 10:48:32 +00:00
log_simulation.cc Use TimeDelta to convert to to/from compact ntp time 2022-03-25 10:41:39 +00:00
log_simulation.h Delete deprecated rtc_event_log header 2019-08-07 10:58:17 +00:00
main.cc Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" 2022-02-25 10:48:32 +00:00
OWNERS Add rtc_ prefix to the event_log_visualizer directory. 2019-07-25 12:06:13 +00:00
plot_base.cc Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" 2022-02-25 10:48:32 +00:00
plot_base.h Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" 2022-02-25 10:48:32 +00:00
plot_protobuf.cc Deprecate inheritance hierachy of plot formats in event_log_visualizer. 2020-06-11 09:54:52 +00:00
plot_protobuf.h Replace RTC_DEPRECATED with ABSL_DEPRECATED 2021-02-22 12:53:23 +00:00
plot_python.cc Deprecate inheritance hierachy of plot formats in event_log_visualizer. 2020-06-11 09:54:52 +00:00
plot_python.h Replace RTC_DEPRECATED with ABSL_DEPRECATED 2021-02-22 12:53:23 +00:00