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

.git-blame-ignore-revs에 있는 리비전을 무시합니다. 일반 blame 보기를 보려면 여기를 클릭하여 우회하세요.

30 라인
343 B
Markdown
Raw 일반 보기 히스토리

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