Files
rocm-systems/source/python/gui/README.md
T

30 baris
343 B
Markdown
Mentah Pandangan Normal Riwayat

# 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
rocprof-sys-causal-plot <args...>
2023-04-11 23:36:24 -05:00
```
#### Module
```console
python -m rocprof-sys_causal_viewer <args...>
2023-04-11 23:36:24 -05:00
```
### From source tree
```console
python -m source <args...>
```