Fix bucketing of rendering benchmark histograms |
|
Issue descriptionThe rendering benchmark histograms currently use unrealistic buckets for the various metrics (more details in issue 895184 ). We need to fix up the bucketing, so that the metrics at the various percentiles make sense.
,
Oct 17
You might be right, the buckets for input-latency are probably OK. Another site I was looking at was facebook, but the higher latencies fall in the ~90%ile, so that's probably OK. For bucketing: we might want to look into using custom buckets, if that's possible, instead of using linear etc. buckets, so that we can have more granularity around the frame-boundaries, and less in the middle.
,
Oct 17
See memory_metric.html for an example of custom bins: https://github.com/catapult-project/catapult/blob/master/tracing/tracing/metrics/system_health/memory_metric.html#L50 |
|
►
Sign in to add a comment |
|
Comment 1 by chiniforooshan@chromium.org
, Oct 17