Updating documentation (#1602)

* Update rocprof-sys-feature-set.rst

* Update configuring-runtime-options.rst
This commit is contained in:
David Galiffi
2025-10-31 14:30:25 -04:00
committato da GitHub
parent 10763f0e7a
commit 5850d5b973
2 ha cambiato i file con 1 aggiunte e 17 eliminazioni
@@ -87,17 +87,6 @@ CPU metrics
* I/O metrics
* Many others
Third-party API support
========================================
* TAU
* LIKWID
* Caliper
* CrayPAT
* VTune
* NVTX
* ROCTX
ROCm Systems Profiler use cases
========================================
@@ -81,12 +81,7 @@ data and resources. By default, with ``ROCPROFSYS_PROFILE=ON``, ROCm Systems Pro
timing values. However, by modifying the ``ROCPROFSYS_TIMEMORY_COMPONENTS`` setting,
ROCm Systems Profiler can be configured to
collect hardware counters, CPU-clock timers, memory usage, context switches, page faults, network statistics,
and much more. ROCm Systems Profiler can even be used as a dynamic instrumentation vehicle
for other third-party profiling
APIs such as `Caliper <https://github.com/LLNL/Caliper>`_ and `LIKWID <https://github.com/RRZE-HPC/likwid>`_.
To leverage this capability, build ROCm Systems Profiler from source with the CMake
options ``TIMEMORY_USE_CALIPER=ON`` or ``TIMEMORY_USE_LIKWID=ON`` and then add
``caliper_marker``, ``likwid_marker``, or both to ``ROCPROFSYS_TIMEMORY_COMPONENTS``.
and much more.
To view all possible components and their descriptions: