Files
rocm-systems/projects/rocprofiler-systems/source/python/gui/README.md
T
systems-assistant[bot] 6755fa3a36 Add 'projects/rocprofiler-systems/' from commit '92e1d84c72c9321d79a1866e0090fae0215e6557'
git-subtree-dir: projects/rocprofiler-systems
git-subtree-mainline: ee9e74df21
git-subtree-split: 92e1d84c72
2025-07-17 18:13:44 +00:00

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...>
```