- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was not able to post it as a reply... posting it as another topic
It does not matter how you use you DSO: either implicit loading: -lYourDSO (in the linker command line) or explicit one: dlopen.
In both cases VTune analyzer for Linux analyze your DSO according to a possible instrumentation level.
The command bellow configures and runs an activity for the application myapp located in the directory mydir. All the DSOs this application uses will be analyzed according to the debug information level they have.
>vtl activity -c callgraph -app /mydir/myapp -moi /mydir/myapp run
Please feel free to ask if you have any further questions.
Kind regards,
Konstantin Lupach
It does not matter how you use you DSO: either implicit loading: -lYourDSO (in the linker command line) or explicit one: dlopen.
In both cases VTune analyzer for Linux analyze your DSO according to a possible instrumentation level.
The command bellow configures and runs an activity for the application myapp located in the directory mydir. All the DSOs this application uses will be analyzed according to the debug information level they have.
>vtl activity -c callgraph -app /mydir/myapp -moi /mydir/myapp run
Please feel free to ask if you have any further questions.
Kind regards,
Konstantin Lupach
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, this showed up as two replies.
:)
I'll remove all but one soonest.
cheers
jdg
:)
I'll remove all but one soonest.
cheers
jdg
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