Update docs and --help menu to reflect new vcopy usage

Signed-off-by: colramos-amd <colramos@amd.com>


[ROCm/rocprofiler-compute commit: f5b8cff990]
Этот коммит содержится в:
colramos-amd
2023-11-20 14:45:00 -06:00
родитель c7e7b0df14
Коммит f6c49cda2d
3 изменённых файлов: 156 добавлений и 163 удалений
+1 -1
Просмотреть файл
@@ -14,7 +14,7 @@
To collect the default set of data for all kernels in the target application, launch, e.g.:
```shell
$ omniperf profile -n vcopy_data -- ./vcopy 1048576 256
$ omniperf profile -n vcopy_data -- ./vcopy -n 1048576 -b 256
```
The app runs, each kernel is launched, and profiling results are generated. By default, results are written to (e.g.,) ./workloads/vcopy_data (configurable via the `-n` argument). To collect all requested profile information, it may be required to replay kernels multiple times.