DescriptionCorrecting and splitting up WebRTC metrics by unit.
The perf dashboard can only display one unit (e.g. ms, bit/s, etc) per
graph, so this patch splits the metrics into reasonable buckets. I
deliberately didn't name them like the old buckets in order to reduce
confusion (e.g. audio_send, video_recv, and so on).
Also it turns out I had mixed up video_recv and video_send, so this
patch corrects that.
Another benefit is that we won't see huge values (bytes_received) with
small values (num_firs_recv), which makes the graphs easier to read.
R=kjellander@chromium.org,xians@chromium.org
BUG=357525
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266031
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|