Question

Is there a way to run same test(for example Lightweight Hotspots) multiple times in Intel VTune Amplifier XE ??? It is annoying to do multiple clicks to perform a single test. I have looked though documentation, but found nothing.
Thanks !

Was it helpful?

Solution

There are two things to advice:

  1. First, once you have set up a project and collected Lightweight Hotspots for it, you should be able to just right-click the project in the Project Navigator (if you are using the standalone GUI) or Solution Explorer (if you are using Visual Studio integration) and click the recently used analysis type to run it again.
  2. Second, if you are running really many collections, it may be that using amplxe-cl command line is the way to go. The easiest way to set up the command line to collect the data is to use Get Command Line dialog available from New Analysis window by clicking a button at the right-bottom corner. A copy-paste to a console should be mostly enough.

A couple of screenshot below should support the two bullets above.

Running a recent analysis again from Project Navigator: Running a recent analysis again from Project Navigator

Generating a command line for VTune collection with amplxe-cl: Generating a command line for VTune collection with amplxe-cl

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top