Add a chart for packet loss on incoming streams.

Also add stream names to labels.

R=philipel@webrtc.org

Review URL: https://codereview.webrtc.org/2317113003 .

Cr-Commit-Position: refs/heads/master@{#14159}
This commit is contained in:
Stefan Holmer
2016-09-09 13:37:50 +02:00
parent 073378e79a
commit 99f8e0841a
3 changed files with 85 additions and 20 deletions

View File

@ -128,6 +128,7 @@ int main(int argc, char* argv[]) {
if (FLAGS_plot_all || FLAGS_plot_fraction_loss) {
analyzer.CreateFractionLossGraph(collection->AppendNewPlot());
analyzer.CreateIncomingPacketLossGraph(collection->AppendNewPlot());
}
if (FLAGS_plot_all || FLAGS_plot_total_bitrate) {