489eda995d
The Omnitrace program is being renamed.
Full name: "ROCm Systems Profiler"
Package name: "rocprofiler-systems"
Binary / Library names: "rocprof-sys-*"
---------
Co-authored-by: Xuan Chen <xuchen@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
[ROCm/rocprofiler-systems commit: d07bf508a9]
30 lines
343 B
Markdown
30 lines
343 B
Markdown
# ROCm Systems Profiler Causal Viewer
|
|
|
|
## Installation
|
|
|
|
```console
|
|
python -m pip install .
|
|
```
|
|
|
|
## Execution
|
|
|
|
### From installation
|
|
|
|
#### Console Script
|
|
|
|
```console
|
|
rocprof-sys-causal-plot <args...>
|
|
```
|
|
|
|
#### Module
|
|
|
|
```console
|
|
python -m rocprof-sys_causal_viewer <args...>
|
|
```
|
|
|
|
### From source tree
|
|
|
|
```console
|
|
python -m source <args...>
|
|
```
|