File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ foreach(_VAR FIND_STRATEGY FIND_VIRTUALENV FIND_FRAMEWORK FIND_IMPLEMENTATIONS
54
54
if (DEFINED Python3_${_VAR} )
55
55
set (Python_${_VAR}
56
56
"${Python3_${_VAR} }"
57
- CACHE STRING "Set via Python3_${_VAR} setting (omnitrace )" )
57
+ CACHE STRING "Set via Python3_${_VAR} setting (rocprof-sys )" )
58
58
mark_as_advanced (Python_${_VAR} )
59
59
mark_as_advanced (Python3_${_VAR} )
60
60
endif ()
Original file line number Diff line number Diff line change 1
- # Omnitrace Causal Viewer
1
+ # ROCm Systems Profiler Causal Viewer
2
2
3
3
## Installation
4
4
@@ -13,13 +13,13 @@ python -m pip install .
13
13
#### Console Script
14
14
15
15
``` console
16
- omnitrace -causal-plot <args...>
16
+ rocprof-sys -causal-plot <args...>
17
17
```
18
18
19
19
#### Module
20
20
21
21
``` console
22
- python -m omnitrace_causal_viewer <args...>
22
+ python -m rocprof-sys_causal_viewer <args...>
23
23
```
24
24
25
25
### From source tree
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = omnitrace-causal-viewer
3
- url = https://github.com/ROCm/omnitrace
4
- download_url = https://github.com/ROCm/omnitrace .git
3
+ url = https://github.com/ROCm/rocprofiler-systems
4
+ download_url = https://github.com/ROCm/rocprofiler-systems .git
5
5
maintainer = AMD Research
6
6
license = MIT
7
- description = GUI for viewing Omnitrace causal profiles
7
+ description = GUI for viewing ROCm Systems Profiler causal profiles
8
8
keywords =
9
9
gui
10
10
causal profiling
@@ -22,7 +22,7 @@ classifiers =
22
22
Programming Language :: Python :: 3
23
23
24
24
[options]
25
- packages = omnitrace_causal_viewer
25
+ packages = rocprof-sys_causal_viewer
26
26
zip_safe = true
27
27
include_package_data = true
28
28
You can’t perform that action at this time.
0 commit comments