uprof_report_raw
Retrieve raw uProf CSV report text for a stored result. Optionally pass extra AMDuProfCLI report options to regenerate the report and return its contents.
Instructions
Escape hatch: raw uProf CSV report text for a stored result, byte-capped.
uProf's report subcommand writes CSV files rather than printing to stdout, so
this returns the contents of the generated report.csv (cached after first
use). With extra_args (raw AMDuProfCLI report options, each starting with
"-") the report is regenerated into report-raw.csv using those options.
command is the CLI invocation that produces the file. Long output is
head+tail truncated; read files under result_dir for the full data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_id | Yes | ||
| extra_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| command | Yes | ||
| result_id | Yes | ||
| truncated | Yes | ||
| total_bytes | Yes |