- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Usually if you ran application shortly, there is no result to how. Please add more workloads in your program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Usually if you ran application shortly, there is no result to how. Please add more workloads in your program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for suggestion.I ll try this way also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for suggestion.I ll try this way also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe your application run so fast(short period of time) and was below the measurement threshold.I experienced such a behaviour.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>>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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks peter !
error resolved ! reducing the time -interval to 2ms did work !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>>No. 2ms is minimal value for interval, I recommend.>>>
Thank you Peter.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page