From d218140f24d951d5383ce124b72f13be2a6fceb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=9B=BD=E7=91=9E?= <18235787078@163.com> Date: Wed, 9 Oct 2024 17:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/docs/doc/profiler.md | 2 +- site/docs/en/doc/profiler.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/site/docs/doc/profiler.md b/site/docs/doc/profiler.md index eeb002a498..430937f0f3 100644 --- a/site/docs/doc/profiler.md +++ b/site/docs/doc/profiler.md @@ -422,7 +422,7 @@ profiler start -e cpu -i 10 --wall 100 -f out.jfr 示例: ```bash -profiler start -e ctimer +profiler start -e ctimer -o jfr -f ./out-test.jfr ``` ## `vtable`特性 diff --git a/site/docs/en/doc/profiler.md b/site/docs/en/doc/profiler.md index c8aa0adc0e..d01ad979d3 100644 --- a/site/docs/en/doc/profiler.md +++ b/site/docs/en/doc/profiler.md @@ -101,6 +101,7 @@ Basic events: lock wall itimer + ctimer ``` Under linux @@ -113,6 +114,7 @@ Basic events: lock wall itimer + ctimer Java method calls: ClassName.methodName Perf events: @@ -421,7 +423,7 @@ See [async-profiler Github Issues](https://github.com/async-profiler/async-profi Example: ```bash -profiler start -e ctimer +profiler start -e ctimer -o jfr -f ./out-test.jfr ``` ## `vtable` Feature