- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have no idea. If you believe there is an error, please submit an issue at http://premier.intel.com and include your test application (see Attach File link, when submitting the issue).
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VTune Call Graph Profiler uses hardware tick counter to measure time. Because Microsoft Windows does not allow this counter to be virtualized this counter keeps running even when profiled application/thread is switched off from processor. So, actual measurements depends on your machine load. If you want to measure time as precise as possible, shut down all applications that you can before the measurements start.
In addition to this I would like to note, that time values, produced by Call Graph profiler are considerably less precise than those from Sampling profiler. The reason for this is that Sampling profiler'soverheadalmost not depends on application behavior, while Call Graph profiler's overhead is a constant per each call/return. This means that self timeof small functions/methods can be even less than overhead time of profiling routines themselves and measurements for short functions are less precise that for long.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page