| Last Modified On : | October 13, 2009 3:21 PM PDT |
Rate |
|
The Intel® Parallel Studio software contains Intel® Parallel Amplifier. This tool runs as an add-in to Microsoft* Visual Studio*. However, sometimes we need to automate our measurement work (e.g., via a script), and not run the IDE to avoid (reduce) impact on the system.
Intel® Parallel Amplifier Update 1 has realized this feature.
After installing the product, open a Command Prompt window and run the following command:
> C:\Program Files\Intel\Parallel Studio\Amplifier\ampl-vars.bat
Now, the environment for command line has been configured and you can use the ampl-cl command.
You can run ampl-cl -help to get familiar with the syntax of command.
Usage:
ampl-cl <-action-option [-modifier-option] [[--] target [target options]]
Action-option contains:collect, collect-list, report, report-list, finalize, help, version
Modifier-option contains: cumulative-threshold-percent, resume-after, result-dir, search-dir, start-pause, user-data-dir, verbose
Examples:
> ampl-cl -collect-list> ampl-cl -collect hotspots matrix.exe> ampl-cl -collect concurrency -result-dir r009cc matrix.exe> ampl-cl -collect lockswaits -start-paused -resume-after=3000 matrix.exe> ampl-cl -report-list> ampl-cl -report perf> ampl-cl -report perf-detail -csv-delimiter="," -result-dir r012hs> ampl-cl -report perf -result-dir r012cc -cumulative-threshold-percent=80> ampl-cl -report summary -result-dir r012cc -result-dir r009cc
English | 中文 | Русский | Français
Peter Wang (Intel)
|