DescriptionDuring a fix of an unrelated issue, a bug was introduced in the rtp analyzer tool: when the number of data points was divisible by RTPStatitstics.PLOT_RESOLUTION_MS (which is 50), pyplot.plot was called with arrays of different lengths. One of the arrays could be one element larger.
This change trims the potentially longer array to the size of the smaller one.
NOTRY=True
BUG=none
Committed: https://crrev.com/553024ab34e7307046388d20c29e9f9a8177aa0a
Cr-Commit-Position: refs/heads/master@{#14657}
Patch Set 1 : this is the quick fix #
Messages
Total messages: 17 (10 generated)
|