- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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%
For example:
Function Events% ....
Func1 1.5%
Func2 5.0%
Func1 2.0%
Would become:
Func1 3.5%
Func2 5.0%
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
no need in pack/unpack using Remote Agents techmology
you'll get your results right on your locacal Windows based system
-Daniel
you'll get your results right on your locacal Windows based system
-Daniel
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page