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

忽略 .git-blame-ignore-revs 中的修訂。點擊 這裡 以繞過並查看正常的 Blame 視圖。

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