The profile command collects the performance profile data, processes it, and generates a profile report in a readable format. It is an alternative to the combination of collect and report command.
Synopsis
AMDuProfCLI profile [--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 profile <PROGRAM> [<ARGS>]
$ AMDuProfCLI profile [--config <config> | -e <event>] [-a] [-d <duration>] [<PROGRAM>]