2024-10-15 11:20:40 -04:00
|
|
|
# ROCm Systems Profiler Causal Viewer
|
2023-04-11 23:36:24 -05:00
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
|
python -m pip install .
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Execution
|
|
|
|
|
|
|
|
|
|
### From installation
|
|
|
|
|
|
|
|
|
|
#### Console Script
|
|
|
|
|
|
|
|
|
|
```console
|
2024-10-15 11:20:40 -04:00
|
|
|
rocprof-sys-causal-plot <args...>
|
2023-04-11 23:36:24 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### Module
|
|
|
|
|
|
|
|
|
|
```console
|
2024-10-15 11:20:40 -04:00
|
|
|
python -m rocprof-sys_causal_viewer <args...>
|
2023-04-11 23:36:24 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### From source tree
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
|
python -m source <args...>
|
|
|
|
|
```
|