From 90edecb06e671cf124f0af9f3dcc6fcde7d4a218 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Mon, 7 Nov 2022 16:50:14 -0600 Subject: [PATCH] Update dead link Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: 1a95d7b95af06e02d36f10549b1addf3846f67ae] --- projects/rocprofiler-compute/src/docs/grafana_analyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/docs/grafana_analyzer.md b/projects/rocprofiler-compute/src/docs/grafana_analyzer.md index 818fbfa5ba..5bba1ffeaf 100644 --- a/projects/rocprofiler-compute/src/docs/grafana_analyzer.md +++ b/projects/rocprofiler-compute/src/docs/grafana_analyzer.md @@ -52,7 +52,7 @@ For example, if one wants to inspect Dispatch Range from 17 to 48, inclusive, th ### Incremental Profiling Omniperf supports incremental profiling to significantly speed up performance analysis. -> Refer to [*IP Block profiling*](performance_analysis.md#ip-block-profiling) section for this command. +> Refer to [*IP Block profiling*](https://amdresearch.github.io/omniperf/performance_analysis.html#ip-block-profiling) section for this command. By default, the entire application is profiled to collect perfmon counter for all IP blocks, giving a system level view of where the workload stands in terms of performance optimization opportunities and bottlenecks.