diff --git a/src/docs/analysis.md b/src/docs/analysis.md index 3e95e5f1a5..ba471ff273 100644 --- a/src/docs/analysis.md +++ b/src/docs/analysis.md @@ -171,7 +171,7 @@ $ omniperf analyze -p workloads/vcopy/mi200/ --list-metrics gfx90a ├─────────┼─────────────────────────────┤ ... ``` - 2. Choose your own customized subset of metrics with `-b` (a.k.a. `--filter-metrics`), or build your own config following [config_template](https://github.com/AMDResearch/omniperf/blob/main/src/omniperf_analyze/configs/panel_config_template.yaml). Below we'll inspect block 2 (a.k.a. System Speed-of-Light). + 2. Choose your own customized subset of metrics with `-b` (a.k.a. `--metric`), or build your own config following [config_template](https://github.com/AMDResearch/omniperf/blob/main/src/omniperf_analyze/configs/panel_config_template.yaml). Below we'll inspect block 2 (a.k.a. System Speed-of-Light). ```shell $ omniperf analyze -p workloads/vcopy/mi200/ -b 2 -------- diff --git a/src/docs/getting_started.md b/src/docs/getting_started.md index 6e1bf1de08..c75bda9abe 100644 --- a/src/docs/getting_started.md +++ b/src/docs/getting_started.md @@ -82,7 +82,8 @@ Modes change the fundamental behavior of the Omniperf command line tool. Dependi Operation | Mode | Required Arguments :--|:--|:-- Profile a workload | profile | `--name`, `-- ` -Standalone roofline analysis | profile | `--name`, `--only-roof`, `-- ` +Standalone roofline analysis | profile | `--name`, `--roof-only`, `-- ` Import a workload to database | database | `--import`, `--host`, `--username`, `--workload`, `--team` Remove a workload from database | database | `--remove`, `--host`, `--username`, `--workload`, `--team` -Interact with profiling results from CLI | analyze | `--path`, `--gui` \ No newline at end of file +Launch standalone GUI from CLI | analyze | `--path`, `--gui` +Interact with profiling results from CLI | analyze | `--path` \ No newline at end of file