Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrary hierarchy using protobufs #486

Closed
tannery-cerebras opened this issue Apr 21, 2023 · 2 comments
Closed

Arbitrary hierarchy using protobufs #486

tannery-cerebras opened this issue Apr 21, 2023 · 2 comments

Comments

@tannery-cerebras
Copy link

I am using using the Perfetto protobuf to generate traces.
Ideally, I want to make hierarchies of arbitrary depth where each level of the hierarchy is expandable/collapsable.

Today I can create a hierarchy of process -> threads and the process row is collapsable, however I don't think there is a way to do this with threads.

Is there a way to do this with protobufs today?
If not, is it something worth supporting?

@LalitMaganti
Copy link
Collaborator

The protobuf format already supports arbitrary levels of nesting through the use of parent_uuid. This is really a question of adding arbitrary layers of nesting in the UI: this is something we are looking into adding but I'd not available at the moment.

@LalitMaganti
Copy link
Collaborator

Given the more extensive discussion on #651, I'm going to merge this issue into that.

@LalitMaganti LalitMaganti closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants