NexGenAnalytics / WorkVisualizer

High-level, interactive, visual performance analysis for High-Performance Computing (HPC)
https://www.workvisualizer.com/
Other
3 stars 0 forks source link

Add interactivity between plots #4

Open cwschilly opened 5 months ago

cwschilly commented 5 months ago

For example, clicking a function in the indented tree should highlight the corresponding function in the sunburst diagram.

To this end, e_id is a unique identifier for every event, while ftn_id identifies the same function called throughout the runtime.

For example, every AdvanceTimeStep call will have a different e_id, but the same ftn_id.

We can use these ids to link the plots (selecting a function on one plot will highlight the same function (same e_id) on another plot)