ファイル

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