Execution time distribution across CPU cluster
- Dominant language
- C++
- Stars
- 6.5k
- Forks
- 868
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 218
Description
Hi,
perfetto ui will show the distribution of a tag slice 's execution time across each CPU core, such as tag **DrawFrame** image bellow, we can see **big/little/medium** time spent on every cpu cluster. BUT

But, not every logic with a tag, such as thread pool or select sched slice across multi tag, the image bellow shows a thread pool that I select all four threads.
We also want to see the distribution of execution time across each CPU core when it fluctuates significantly, to determine whether performance variations are caused by core switching.
So, I would like to know if you have any plans to support this feature.

Contributor guide
Research direction
Start in the Perfetto UI at the existing tag-slice execution-time distribution view across CPU cores, then compare it with the multi-thread thread-pool and multi-tag sched-slice selections described here. Done means showing execution-time distribution by CPU core for those selections, including cases where execution fluctuates across cores.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data-visualization, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100