Refine README.md (#7651)

This commit is contained in:
Wing 2021-09-04 00:18:52 -07:00 committed by GitHub
parent 70b1ec69de
commit b78a51bc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Even though the profile has a very limited performance impact on the target syst
1. Not all SkyWalking ecosystem agents support this feature. Java agent from version 7.0.0 supports this by default.
Once the profile is done, the profiled trace segments would show up, and you could request to analyze any span.
Typically, we analyze spans with long duration. If a span and its children both have long duration, you could set the analysis boundaries by choosing to `Include Children` or `Exclude Children`.
Typically, we analyze spans with long self duration. If a span and its children both have long duration, you could set the analysis boundaries by choosing to `Include Children` or `Exclude Children`.
Choose the appropriate span, and click `Analyze`. You will see the stack-based analysis results. The slowest methods are highlighted.