Files
rocm-systems/projects/rocprofiler-systems/source/python/gui/setup.cfg
T
David Galiffi 489eda995d 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>

[ROCm/rocprofiler-systems commit: d07bf508a9]
2024-10-15 11:20:40 -04:00

34 lines
813 B
INI

[metadata]
name = rocprof-sys-causal-viewer
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 ROCm Systems Profiler causal profiles
keywords =
gui
causal profiling
performance
profiling
sampling
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: C++
Programming Language :: Python :: 3
[options]
packages = rocprof_sys_causal_viewer
zip_safe = true
include_package_data = true
[flake8]
ignore =
E501,
W503,
max-line-length = 90