commit | f91a9526702d684bff9cb2d15e4792bd4bed2017 | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Thu May 01 11:05:49 2025 +0100 |
committer | GitHub <noreply@github.com> | Thu May 01 10:05:49 2025 +0000 |
tree | 92d3921132c691c661d773bde498df50eaadb90e | |
parent | 5dd6161987ca4af34454de671e29acb10d74d780 [diff] |
Add "R" hotkey to create area selection from event selection (#1404) This operation is actually what most people want when they use 'M' to create an annotation. They don't want to create an annotation at all, they just want to convert a the selected slice to an area selection so that they can perform aggregations over that time range. 'R' is a good choice for this hotkey because: - You can press it with your left hand while mousing with your right (assuming right handed users using a QWERTY/AZERTY layout). - It doesn't collide with the WASD key equivalents in DVORAK/AZERTY layout. - It's one of the letters in the word 'aRea'.
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.