A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-98C6D05E-0BA2-4D55-B043-EE38104AB517
Visible to Intel only — GUID: GUID-98C6D05E-0BA2-4D55-B043-EE38104AB517
limit
Set the number of top items to include in a report.
Syntax
-limit <value> |
Arguments
- <value>
-
Number of items to output
Default
Unlimited lines in output
Actions Modified
Description
Use the limit action-option when you only want to include the top items in a report, and specify the number of items (program units) to include.
Example
Output a Hotspots report on the ten modules with the highest CPU time values.
vtune -report hotspots -limit 10 -group-by module