Quantcast
Viewing all articles
Browse latest Browse all 1853

cumulative-threshold-percent

Set a percent of the target CPU/Wait time to display only the hottest program units that exceed this threshold.

GUI Equivalent

Window: Summary

Syntax

-cumulative-threshold-percent<value>

Arguments

<value>

The percent of target CPU/Wait time consumed by the program units displayed.

Default

OFF

all program units.

Actions Modified

report

Description

Use the cumulative-threshold-percent action-option to generate a performance detail report that focuses on program units that exceed the specified percentage of target CPU/Wait time. Functions below the specified threshold are filtered out, so your report includes just the hottest program units, and excludes those that are insignificant.

Note

This option is compatible with the perf-detail or perf report types only.

Example

Generate a Performance Detail report from the r001hs Hotspots result that only includes functions that cumulatively account for 90% of target CPU time. Functions cumulatively representing less than 10% of target CPU time are excluded.

$ amplxe-cl -report perf-detail -r r001hs -cumulative-threshold-percent 90

Output:

Module     Function     CPU Time  Cumulative Percent
matrix.exe algorithm_2  3.136     70.415
matrix.exe algorithm_1  1.156     96.375

Generate Performance reports in r001hs and r002hs functions that account for 50% of the total difference. Positive and negative difference values are handled separately.

$ amplxe-cl -R perf -r r001hs -r r002hs -cumulative-threshold-percent 50

Output:

Module     Function              Result 1:CPU Time  Result 2:CPU Time  Difference:CPU Time Cumulative Percent
matrix.exe algorithm_2           3.106              3.131              -0.025              100.000
Module     Function              Result 1:CPU Time  Result 2:CPU Time  Difference:CPU Time Cumulative Percent
ntdll.dll  KiFastSystemCallRet   0.012              0                  0.012               39.956
ntdll.dll  NtWaitForSingleObject 0.113              0.110              0.003               50.051
Inglese

Viewing all articles
Browse latest Browse all 1853

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>