From 41dd235916f42e8d2eec7311abc72d69f595d176 Mon Sep 17 00:00:00 2001 From: Pratik Basyal Date: Thu, 2 Jan 2025 11:31:48 -0500 Subject: [PATCH] Fixed broken link by replacing main with amd-mainline (#71) --- docs/reference/development-guide.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/development-guide.rst b/docs/reference/development-guide.rst index 2a6c881d54..e71eee033b 100644 --- a/docs/reference/development-guide.rst +++ b/docs/reference/development-guide.rst @@ -356,15 +356,15 @@ lowers the sampling frequency for the real-time sampler to 10 interrupts per second of real-time. The ROCm Systems Profiler-specific implementation can be found in -`source/lib/rocprof-sys/library/sampling.cpp `_. -Within `sampling.cpp `_, +`source/lib/rocprof-sys/library/sampling.cpp `_. +Within `sampling.cpp `_, there is a bundle of three sampling components: -* `backtrace_timestamp `_ simply +* `backtrace_timestamp `_ simply records the wall-clock time of the sample. -* `backtrace `_ +* `backtrace `_ records the call-stack via libunwind. -* `backtrace_metrics `_ +* `backtrace_metrics `_ records the sample metrics, such as peak RSS and the hardware counters. These three components are bundled together in @@ -387,7 +387,7 @@ Time-window constraint model ======================================== With the recent introduction of tracing delay and duration, the -`constraint namespace `_ +`constraint namespace `_ was introduced to improve the management of delays and duration limits for data collection. The ``spec`` class accepts a clock identifier, a delay value, a duration value, and an integer indicating how many times to repeat the delay and duration cycle. It is therefore