Skip to content
Discussion options

You must be logged in to vote

This is working as implemented as in most cases you don't want counters to share a y-axis but if the counters are linked, makes sense to change a y-axis range.

We'd be open to adding a "range key" option to the CounterDescriptor [1] which would allow you to indicate that all tracks with the same key and same parent id for the track should have the same y-axis in the UI. The code for this already exists in the UI through the use of the yRangeShareKey [2]. Would just require some plumbing work in trace processor to parse the proto (around [3]) + some work in the TrackEvent UI plugin to take advantage of this [4].

[1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/perfe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LalitMaganti
Comment options

Answer selected by LalitMaganti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants