From f6f3a6ed3e6862fe29200d60f5df7eedd2f2f200 Mon Sep 17 00:00:00 2001 From: cfallows-amd Date: Wed, 23 Jul 2025 15:17:00 -0400 Subject: [PATCH] Update standalone roofline intro (#830) [ROCm/rocprofiler-compute commit: 2a7bbc4cc2511d61b138f7cca9d4cf3d8b30f3d4] --- projects/rocprofiler-compute/docs/how-to/profile/mode.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/docs/how-to/profile/mode.rst b/projects/rocprofiler-compute/docs/how-to/profile/mode.rst index d8fba13205..d9b4b044e4 100644 --- a/projects/rocprofiler-compute/docs/how-to/profile/mode.rst +++ b/projects/rocprofiler-compute/docs/how-to/profile/mode.rst @@ -409,9 +409,10 @@ of the application (note zero-based indexing). Standalone roofline =================== -If you are only interested in generating roofline analysis data try using -``--roof-only``. This will only collect counters relevant to roofline, as well -as generate a standalone ``.pdf`` output of your roofline plot. +Roofline analysis occurs on any profile mode run, provided ``--no-roof`` option is not included. +You don't need to include any additional roofline-specific options for roofline analysis. +If you want to focus only on roofline-specific performance data and reduce the time it takes to profile, you can use the ``--roof-only`` option. +This option limits the profiling to just the roofline performance counters. Roofline options ----------------