This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 59d3bd5d551 fix: typo (#760)
59d3bd5d551 is described below

commit 59d3bd5d5511508031640b2e559344ab52798f98
Author: zhengziyi0117 <[email protected]>
AuthorDate: Tue Dec 10 14:26:56 2024 +0800

    fix: typo (#760)
    
    Co-authored-by: zhengziyi <[email protected]>
---
 content/blog/2024-12-09-skywalking-async-profiler/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2024-12-09-skywalking-async-profiler/index.md 
b/content/blog/2024-12-09-skywalking-async-profiler/index.md
index 07a08281b31..d911812016b 100644
--- a/content/blog/2024-12-09-skywalking-async-profiler/index.md
+++ b/content/blog/2024-12-09-skywalking-async-profiler/index.md
@@ -119,6 +119,6 @@ For other parameters, please refer to 
[async-profiler](https://github.com/async-
 | ALLOC                                       | 
OBJECT\_ALLOCATION\_IN\_NEW\_TLAB<br />OBJECT\_ALLOCATION\_OUTSIDE\_TLAB | 
Empty                                                        | byte             
                                            |
 | Add `live` option to extended parameters    | PROFILER\_LIVE\_OBJECT         
                              | Because it is not in the event parameter of 
async-profiler, it is not selected separately in the task sampling type of the 
UI during implementation, but is used as an extended parameter | byte           
                                              |
 
-### performance expenses
+### Performance expenses
 
 **There is no performance overhead when an instance is not receiving an 
async-profiler task.** Performance impact is only introduced once the 
async-profiler performance analysis is initiated. The extent of this overhead 
depends on the specific configuration parameters. When using the default 
settings, the performance impact typically ranges from 0.3% to 10%. For more 
detailed information, please refer to the 
[issue](https://github.com/async-profiler/async-profiler/issues/14).
\ No newline at end of file

Reply via email to