Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Sampling hotspot view

scranfo
Beginner
1,179 Views
With the hotspot view when sampling, data is organized by function name. A single function name can be listed multiple times, which requires me to manually add up the event percentages to get a total usage for that function. Is there a way display a total of all events for a single funtion onto one line.

For example:
Function Events% ....
Func1 1.5%
Func2 5.0%
Func1 2.0%

Would become:
Func1 3.5%
Func2 5.0%
0 Kudos
3 Replies
Daniel_B_Intel2
Employee
1,179 Views
hi,
you are right, the data is not summarized in sampling (hotspots) view in CLI 1.0.

There are several ways to overcome this problem:
1) as you currently do, manually summarize
2) write some script (perl is excellent for this purpose) that will do the job
3) "pack" and unpack in Windows VTune 7.0. There you'll get great GUI environment to analyze your data (as well your samples will be summarized)

by the way, did you tried the "remote Linux agent" technology available in VTune 7.0 to collect data on Linux?

-Daniel
0 Kudos
scranfo
Beginner
1,179 Views
Daniel,

Thank you.


I haven't yet tried the remote Linux agent but will next week. Once I have it setup will it still be necessary to pack and unpack?
0 Kudos
Daniel_B_Intel2
Employee
1,179 Views
no need in pack/unpack using Remote Agents techmology

you'll get your results right on your locacal Windows based system

-Daniel
0 Kudos
Reply