Skip to content

Commit 90bc2fe

Browse files
committed
Rebranding of python cmake and gui, console log and readme.md.
1 parent e32b761 commit 90bc2fe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

source/python/cmake/ConfigPython.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ foreach(_VAR FIND_STRATEGY FIND_VIRTUALENV FIND_FRAMEWORK FIND_IMPLEMENTATIONS
5454
if(DEFINED Python3_${_VAR})
5555
set(Python_${_VAR}
5656
"${Python3_${_VAR}}"
57-
CACHE STRING "Set via Python3_${_VAR} setting (omnitrace)")
57+
CACHE STRING "Set via Python3_${_VAR} setting (rocprof-sys)")
5858
mark_as_advanced(Python_${_VAR})
5959
mark_as_advanced(Python3_${_VAR})
6060
endif()

source/python/gui/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Omnitrace Causal Viewer
1+
# ROCm Systems Profiler Causal Viewer
22

33
## Installation
44

@@ -13,13 +13,13 @@ python -m pip install .
1313
#### Console Script
1414

1515
```console
16-
omnitrace-causal-plot <args...>
16+
rocprof-sys-causal-plot <args...>
1717
```
1818

1919
#### Module
2020

2121
```console
22-
python -m omnitrace_causal_viewer <args...>
22+
python -m rocprof-sys_causal_viewer <args...>
2323
```
2424

2525
### From source tree

source/python/gui/setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
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
55
maintainer = AMD Research
66
license = MIT
7-
description = GUI for viewing Omnitrace causal profiles
7+
description = GUI for viewing ROCm Systems Profiler causal profiles
88
keywords =
99
gui
1010
causal profiling
@@ -22,7 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3
2323

2424
[options]
25-
packages = omnitrace_causal_viewer
25+
packages = rocprof-sys_causal_viewer
2626
zip_safe = true
2727
include_package_data = true
2828

0 commit comments

Comments
 (0)