Add 'projects/rocprofiler-systems/' from commit '92e1d84c72c9321d79a1866e0090fae0215e6557'

git-subtree-dir: projects/rocprofiler-systems
git-subtree-mainline: ee9e74df21
git-subtree-split: 92e1d84c72
This commit is contained in:
systems-assistant[bot]
2025-07-17 18:13:44 +00:00
699 changed files with 179131 additions and 0 deletions
@@ -0,0 +1,29 @@
# 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...>
```