Fixig issues in BWE dynamics plot scripts.
BUG=None Review-Url: https://codereview.webrtc.org/2360053003 Cr-Commit-Position: refs/heads/master@{#14459}
This commit is contained in:
committed by
Commit bot
parent
17b0263366
commit
61050f67ef
@ -277,11 +277,11 @@ RtcpStatistics StreamStatisticianImpl::CalculateRtcpStatistics() {
|
||||
receive_counters_.retransmitted.packets;
|
||||
last_report_old_packets_ = receive_counters_.retransmitted.packets;
|
||||
last_report_seq_max_ = received_seq_max_;
|
||||
BWE_TEST_LOGGING_PLOT_WITH_SSRC(1, "cumulative_loss[pkts]",
|
||||
BWE_TEST_LOGGING_PLOT_WITH_SSRC(1, "cumulative_loss_pkts",
|
||||
clock_->TimeInMilliseconds(),
|
||||
cumulative_loss_, ssrc_);
|
||||
BWE_TEST_LOGGING_PLOT_WITH_SSRC(
|
||||
1, "received_seq_max[pkts]", clock_->TimeInMilliseconds(),
|
||||
1, "received_seq_max_pkts", clock_->TimeInMilliseconds(),
|
||||
(received_seq_max_ - received_seq_first_), ssrc_);
|
||||
|
||||
return stats;
|
||||
|
||||
Reference in New Issue
Block a user