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

30 строки
327 B
Markdown
Исходник Обычный вид История

2023-04-11 23:36:24 -05:00
# Omnitrace Causal Viewer
## Installation
```console
python -m pip install .
```
## Execution
### From installation
#### Console Script
```console
omnitrace-causal-plot <args...>
```
#### Module
```console
python -m omnitrace_causal_viewer <args...>
```
### From source tree
```console
python -m source <args...>
```