From 5850d5b9739dd2f39e50cee8be6212791098e5e0 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Fri, 31 Oct 2025 14:30:25 -0400 Subject: [PATCH] Updating documentation (#1602) * Update rocprof-sys-feature-set.rst * Update configuring-runtime-options.rst --- .../docs/conceptual/rocprof-sys-feature-set.rst | 11 ----------- .../docs/how-to/configuring-runtime-options.rst | 7 +------ 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/projects/rocprofiler-systems/docs/conceptual/rocprof-sys-feature-set.rst b/projects/rocprofiler-systems/docs/conceptual/rocprof-sys-feature-set.rst index f5d2aeb2ae..6f7b2247bf 100644 --- a/projects/rocprofiler-systems/docs/conceptual/rocprof-sys-feature-set.rst +++ b/projects/rocprofiler-systems/docs/conceptual/rocprof-sys-feature-set.rst @@ -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 ======================================== diff --git a/projects/rocprofiler-systems/docs/how-to/configuring-runtime-options.rst b/projects/rocprofiler-systems/docs/how-to/configuring-runtime-options.rst index f69f8bec43..31526a300c 100644 --- a/projects/rocprofiler-systems/docs/how-to/configuring-runtime-options.rst +++ b/projects/rocprofiler-systems/docs/how-to/configuring-runtime-options.rst @@ -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 `_ and `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: