catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.92k stars 564 forks source link

Range Selector in chart view - what's it for? #4424

Closed tdresser closed 6 years ago

tdresser commented 6 years ago

If I click on a point in a chart, the range selection widget shows up for the main chart. I'm not sure what this does, but it doesn't appear to work currently.

benshayden commented 6 years ago

Yep, it isn't implemented yet, but it should fetch the full histograms for the brushed points and display them in a results.html-like pivot table below the chart. All histograms in a brushed range will be merged together into a single column, and you'll be able to select multiple ranges to construct multiple columns for comparison by holding down the control key. I'll write more about this in go/chromeperf-v2 and share it with you.

tdresser commented 6 years ago

Awesome!