- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hank,
If you want to know percentage of elapsed time of Function A in application's running, you can get this data by doing below steps:
1. In Processed Report, know percentagei%of targetproccess in whole processes (CPU CLK % column)
2. Select target process, and click "DispalyModule for Selected Items" to display modules report. Then knowj% of target module in whole modules of this target process (CPU CLK% column)
3. Select target module, and click "Display Hotspots for Selected Items" to display hot functions. Then know k% of target function in target module (CPU CLK % column)
So, target function percentage (for whole run) = %i * %j * %k * Duration (elapsed time)
Note that we calculate this percentage, which is for all cores. If you want to know data for specific core, please switch on "Show/Hide CPU info" button...then you can calculate this for all cores respectively.
Regards, Peter
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hank,
If you want to know percentage of elapsed time of Function A in application's running, you can get this data by doing below steps:
1. In Processed Report, know percentagei%of targetproccess in whole processes (CPU CLK % column)
2. Select target process, and click "DispalyModule for Selected Items" to display modules report. Then knowj% of target module in whole modules of this target process (CPU CLK% column)
3. Select target module, and click "Display Hotspots for Selected Items" to display hot functions. Then know k% of target function in target module (CPU CLK % column)
So, target function percentage (for whole run) = %i * %j * %k * Duration (elapsed time)
Note that we calculate this percentage, which is for all cores. If you want to know data for specific core, please switch on "Show/Hide CPU info" button...then you can calculate this for all cores respectively.
Regards, Peter

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