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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 righe
343 B
Markdown

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