fix profile main function file link. (#4650)

This commit is contained in:
Jared Tan 2020-04-14 19:57:19 +08:00 committed by GitHub
parent 171620bfa8
commit ecd7d99799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 ## 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. 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.