Files
rocm-systems/projects/rocprofiler-systems/source/python/gui/setup.cfg
T
systems-assistant[bot] 6755fa3a36 Add 'projects/rocprofiler-systems/' from commit '92e1d84c72c9321d79a1866e0090fae0215e6557'
git-subtree-dir: projects/rocprofiler-systems
git-subtree-mainline: ee9e74df21
git-subtree-split: 92e1d84c72
2025-07-17 18:13:44 +00:00

34 wiersze
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