Skip to content

Commit

Permalink
Rebranding of python cmake and gui, console log and readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd committed Oct 2, 2024
1 parent e32b761 commit 90bc2fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/python/cmake/ConfigPython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ foreach(_VAR FIND_STRATEGY FIND_VIRTUALENV FIND_FRAMEWORK FIND_IMPLEMENTATIONS
if(DEFINED Python3_${_VAR})
set(Python_${_VAR}
"${Python3_${_VAR}}"
CACHE STRING "Set via Python3_${_VAR} setting (omnitrace)")
CACHE STRING "Set via Python3_${_VAR} setting (rocprof-sys)")
mark_as_advanced(Python_${_VAR})
mark_as_advanced(Python3_${_VAR})
endif()
Expand Down
6 changes: 3 additions & 3 deletions source/python/gui/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Omnitrace Causal Viewer
# ROCm Systems Profiler Causal Viewer

## Installation

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions source/python/gui/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = omnitrace-causal-viewer
url = https://github.com/ROCm/omnitrace
download_url = https://github.com/ROCm/omnitrace.git
url = https://github.com/ROCm/rocprofiler-systems
download_url = https://github.com/ROCm/rocprofiler-systems.git
maintainer = AMD Research
license = MIT
description = GUI for viewing Omnitrace causal profiles
description = GUI for viewing ROCm Systems Profiler causal profiles
keywords =
gui
causal profiling
Expand All @@ -22,7 +22,7 @@ classifiers =
Programming Language :: Python :: 3

[options]
packages = omnitrace_causal_viewer
packages = rocprof-sys_causal_viewer
zip_safe = true
include_package_data = true

Expand Down

0 comments on commit 90bc2fe

Please sign in to comment.