Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5254 ディスカッション

vtune problem

rohit_t_
ビギナー
1,383件の閲覧回数

hi !

plz help me out with this issue.!when i ran a very simple C++ program for hotspot analysis.it succesfully collected ,analysed and finalized the result

still sometimes its shows functions with some CPU values and sometimes show " NO DATA TO SHOW / NO DATA IS AVAILABLE".

please tell me how to  get the data when this "NO DATA IS AVAILABLE" situation arises.

 

0 件の賞賛
10 返答(返信)
Peter_W_Intel
従業員
1,383件の閲覧回数

 Usually if you ran application shortly, there is no result to how. Please add more workloads in your program.

Peter_W_Intel
従業員
1,383件の閲覧回数

 Usually if you ran application shortly, there is no result to how. Please add more workloads in your program.

rohit_t_
ビギナー
1,383件の閲覧回数

thanks for suggestion.I ll try this way also

rohit_t_
ビギナー
1,383件の閲覧回数

thanks for suggestion.I ll try this way also

Bernard
高評価コントリビューター I
1,383件の閲覧回数

Maybe your application run so fast(short period of time) and was below the measurement threshold.I experienced such a behaviour.

Peter_W_Intel
従業員
1,383件の閲覧回数

iliyapolak wrote:

Maybe your application run so fast(short period of time) and was below the measurement threshold.I experienced such a behaviour.

Default interval time is 10ms. You might copy from Hotspots analysis to create a new custom analysis - change interval value to 2ms if you like.

Bernard
高評価コントリビューター I
1,383件の閲覧回数

>>>Default interval time is 10ms. You might copy from Hotspots analysis to create a new custom analysis - change interval value to 2ms if you like>>>

Thanks Peter.

Can I change time measurement interval to even lower value for example in range 0.1-0.2 msec , because I'm testing a FFT alghorithm which finishes execution of its code very quickly ~125000 nanosec?In order to perform precise timing I needed to increase data set size to more than 4096 points.

Peter_W_Intel
従業員
1,383件の閲覧回数

iliyapolak wrote:

>>>Default interval time is 10ms. You might copy from Hotspots analysis to create a new custom analysis - change interval value to 2ms if you like>>>

Thanks Peter.

Can I change time measurement interval to even lower value for example in range 0.1-0.2 msec , because I'm testing a FFT alghorithm which finishes execution of its code very quickly ~125000 nanosec?In order to perform precise timing I needed to increase data set size to more than 4096 points.

No. 2ms is minimal value for interval, I recommend.

rohit_t_
ビギナー
1,383件の閲覧回数

thanks peter !

error resolved ! reducing the time -interval to 2ms did work !

Bernard
高評価コントリビューター I
1,383件の閲覧回数

>>>No. 2ms is minimal value for interval, I recommend.>>>

Thank you Peter.

返信