Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4825 Discussions

sampling-interval with general-exploration

Aditya_K_1
Beginner
203 Views

Hi,

I would like to know how to reduce generated data without imposing a data-limit (this would stop collection midway). 

https://software.intel.com/en-us/node/596736 says sampling-interval cannot be used with general-exploration in VTune 2017. Why not?

-Aditya

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
203 Views

Hello Aditya,

Sampling interval option is going to be implemented in VTune future releases, stay tuned.

So far you can use -target-duration-type={medium | long} to increase sampling interval to 10 (medium) or 100 (long) times.

In GUI it is "Duration time estimate" on project properties dialog.

BTW - you can use pause/resume commands or itt api to collect only time regions of interest to reduce collected data.

Thanks & Regards, Dmitry

 

Reply