From 792ecc1a83a4f1392b1b45e9fdb09d7f3fb6c411 Mon Sep 17 00:00:00 2001 From: Pratik Basyal Date: Thu, 27 Nov 2025 18:55:45 -0500 Subject: [PATCH] Formatting fixed (#1691) --- .../docs/how-to/analyze/cli.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/projects/rocprofiler-compute/docs/how-to/analyze/cli.rst b/projects/rocprofiler-compute/docs/how-to/analyze/cli.rst index 035eb0992e..1404fd4666 100644 --- a/projects/rocprofiler-compute/docs/how-to/analyze/cli.rst +++ b/projects/rocprofiler-compute/docs/how-to/analyze/cli.rst @@ -10,17 +10,13 @@ This section provides an overview of ROCm Compute Profiler's CLI analysis featur * :ref:`Derived metrics `: All of ROCm Compute Profiler's built-in metrics. -* :ref:`Baseline comparison `: Compare multiple - runs in a side-by-side manner. +* :ref:`Baseline comparison `: Compare multiple runs in a side-by-side manner. -* :ref:`Metric customization `: Isolate a subset of - built-in metrics or build your own profiling configuration. +* :ref:`Metric customization `: Isolate a subset of built-in metrics or build your own profiling configuration. -* :ref:`Filtering `: Hone in on a particular kernel, - GPU ID, or dispatch ID via post-process filtering. - -* :ref:`Per-kernel roofline analysis `: Detailed arithmetic - intensity and performance analysis for individual kernels. +* :ref:`Filtering `: Hone in on a particular kernel, GPU ID, or dispatch ID via post-process filtering. + +* :ref:`Per-kernel roofline analysis `: Detailed arithmetic intensity and performance analysis for individual kernels. Run ``rocprof-compute analyze -h`` for more details.