Rename Omnitrace to ROCm Systems Profiler (#4)
The Omnitrace program is being renamed. Full name: "ROCm Systems Profiler" Package name: "rocprofiler-systems" Binary / Library names: "rocprof-sys-*" --------- Co-authored-by: Xuan Chen <xuchen@amd.com> Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
dc63370a1f
Коммит
d07bf508a9
@@ -1,4 +1,4 @@
|
||||
# Omnitrace Causal Viewer
|
||||
# ROCm Systems Profiler Causal Viewer
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -13,13 +13,13 @@ python -m pip install .
|
||||
#### Console Script
|
||||
|
||||
```console
|
||||
omnitrace-causal-plot <args...>
|
||||
rocprof-sys-causal-plot <args...>
|
||||
```
|
||||
|
||||
#### Module
|
||||
|
||||
```console
|
||||
python -m omnitrace_causal_viewer <args...>
|
||||
python -m rocprof-sys_causal_viewer <args...>
|
||||
```
|
||||
|
||||
### From source tree
|
||||
|
||||
Ссылка в новой задаче
Block a user