Add 'projects/rocprofiler-systems/' from commit '92e1d84c72c9321d79a1866e0090fae0215e6557'
git-subtree-dir: projects/rocprofiler-systems git-subtree-mainline:ee9e74df21git-subtree-split:92e1d84c72
This commit is contained in:
@@ -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...>
|
||||
```
|
||||
Reference in New Issue
Block a user