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

Configure VTune parallelism?

JoeJoe
Beginner
1,169 Views

I have a very powerful machine (80 cores).

When I run VTune, after the collection is over, VTune then spends a lot of time resolving symbols (even for short collection runs).

It is using only 2 cores out of 80 available.

 

Is it possible to configure VTune to use more cores and speed up the post-processing?

Labels (1)
0 Kudos
6 Replies
AlekhyaV_Intel
Moderator
1,135 Views

Hi Joe,


Thank you for posting in Intel Communities. We would like to let you know that there's no such option in VTune to parallelize the finalization which speeds up the post-processing. As of now, you can explore the finalization mode options(Full, Fast, Deferred, None)


Finalization is the process by which Intel® VTune™ Profiler converts the collected data to a database, resolving symbol information, and pre-computes data to make further analysis more efficient and responsive. VTune Profiler finalizes data automatically when data collection completes.

VTune Profiler provides three basic finalization modes:

  • Full mode is used to perform the finalization on unchanged sampling data on the target system. This mode takes the most time and resources to complete, but produces the most accurate results.
  • Fast (default) mode is used to perform the finalization on the target system using algorithmically reduced sampling data. This greatly reduces the finalization time with a negligible impact on accuracy in most cases.
  • Deferred mode is used to collect the sampling data and calculate the binary checksums to perform the finalization on another machine. After data collection completes, you can finalize and open the analysis result on the host system. This mode may be useful for profiling applications on targets with limited computational resources, such as IoT devices, and finalizing the result later on the host machine.
  • None option is used to skip finalization entirely and to not calculate the binary checksums. You can also finalize this result later, however, you may encounter certain limitations. For example, if the binaries on the target system have changed or have become unavailable since the sampling data collection, binary resolution may produce an inaccurate or missing result for the affected binary.

Please refer this documentation on how to select the finalization-mode.


Regards,

Alekhya




0 Kudos
AlekhyaV_Intel
Moderator
1,114 Views

Hi Joe,


Is your issue resolved? Could you please give us an update regarding this issue?


Regards,

Alekhya


0 Kudos
JoeJoe
Beginner
1,084 Views
Thank you for your reply and follow up.

Would be nice if you’ll be able to add more parallelism to this post processing.
0 Kudos
AlekhyaV_Intel
Moderator
1,074 Views

Hi Joe,


Thank you for your suggestions. We will keep that in mind. Do you have any more questions? If not, can we discontinue monitoring this thread?


Regards,

Alekhya


0 Kudos
AlekhyaV_Intel
Moderator
1,058 Views

Hi,


Could you please give us an update regarding this issue? Can we discontinue monitoring this thread?



Regards,

Alekhya


0 Kudos
AlekhyaV_Intel
Moderator
1,026 Views

Hey Joe,


Regarding your suggestions on adding more parallelism to VTune's post processing, we have provided your feedback to the relevant team. At this moment there is no visibility when it will be implemented and available for use. Hence, we are closing this case.


Regards,

Alekhya



0 Kudos
Reply