- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I'm using Intel Amplifier VTune for performance measurements of Java Applications. Is it possible to generate a report via command line like the "Platform" Tab in the UI? I need to know how many threads my programm use and how much time each thread uses for computation (CPU), Idling and synchronization. The "Platform" tab in the ui show most of the information, but i would like to generate a report via command line.
Thanks
Sven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Platform view is graphic report for CPU usage / frequency on threads time by time, how can it output in text format?
> I need to know how many threads my programm use and how much time each thread uses for computation (CPU), Idling and synchronization.
You might use "amplxe-cl -R hotspots -group-by thread -r result" to know, in command line.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Platform view is graphic report for CPU usage / frequency on threads time by time, how can it output in text format?
> I need to know how many threads my programm use and how much time each thread uses for computation (CPU), Idling and synchronization.
You might use "amplxe-cl -R hotspots -group-by thread -r result" to know, in command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Peter, works great. :)

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page