The collect command collects the performance profile data and writes into the raw data files in the specified output directory. These files can then be analyzed using AMDuProfCLI report command or AMDuProf GUI.
Synopsis
AMDuProfCLI collect [--help] [<options>] [<PROGRAM>] [<ARGS>]
where,
<PROGRAM>: Denotes the launch application to be profiled.
<ARGS>: Denotes the list of arguments for the launch
application.
Common Usages
$ AMDuProfCLI collect <PROGRAM> [<ARGS>]
$ AMDuProfCLI collect [--config <config> | -e <event>] [-a] [-d <duration>] [<PROGRAM>]