I was wondering if Instruments provides a way to visualize tree-like data structures (eg: a view hierarchy) when building a custom plugin. The last time I checked none of the built-in detail view types (lists, aggregations, call trees, narrative and Time Slice styles) seemed to be a good fit for this.
Looking at this year's "Visualize and optimize Swift concurrency" session there's a mention to a new set of instruments that use a detail UI ("Task force") close to what would be ideal for my use case, but I'm not sure if this is available to 3rd party developers nor where to find the documentation about it.
Thanks!