From ecd7d997998684512feee92b928cf6b9aab39453 Mon Sep 17 00:00:00 2001 From: Jared Tan Date: Tue, 14 Apr 2020 19:57:19 +0800 Subject: [PATCH] fix profile main function file link. (#4650) --- docs/en/guides/backend-profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/backend-profile.md b/docs/en/guides/backend-profile.md index 9e3cf0231..9eb8ff269 100644 --- a/docs/en/guides/backend-profile.md +++ b/docs/en/guides/backend-profile.md @@ -49,4 +49,4 @@ The reason for generating multiple top-level trees is that original data can be 3. Calculate each node execution in parallel. For each node, the duration of the current node should minus the time consumed by all children. ## Profile data debug -Please follow the [exporter tool](backend-profile-export.md#export-command-line-usage) to package profile data. Unzip the profile data and using [analyzer main function](../../../oap-server/server-tools/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java) to run it. \ No newline at end of file +Please follow the [exporter tool](backend-profile-export.md#export-command-line-usage) to package profile data. Unzip the profile data and using [analyzer main function](../../../oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java) to run it. \ No newline at end of file