Quantcast
Channel: Intel® VTune™ Profiler (Intel® VTune™ Amplifier)
Viewing all articles
Browse latest Browse all 1347

Combined Locks&Waits and CPU Hotspots View

$
0
0

Hello all,

is it possible to configure a combined Locks&Waits and CPU Hotspots view in VTune?

What I imagine is a view which shows the complete wall time structure of the callgraph profile data. The numbers show how long a given function resides on the stack. The colors of the bars (currently they show whether the CPU is over/undercommitted) would instead distinguish between CPU bound hotspot and Lock/Wait time. I.e.:

main | 10s | 8s CPU | 2s Locks&Waits
- bar | 8s | 7s CPU | 1s Locks&Waits
- foo | 2s | 1s CPU | 1s Locks&Waits

The advantages I see are that I don't have to switch between the two views. Furthermore, I could potentially find "hidden hotspots" which are due to a high combined count of wait and CPU time in a function.

So, is this somehow possible to configure in VTune now? If not, could this maybe integrated in future versions of the tool?

Thanks


Viewing all articles
Browse latest Browse all 1347