Skip to content

Commit

Permalink
优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoGuorui666 committed Oct 9, 2024
1 parent 6857e48 commit d218140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/doc/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`特性
Expand Down
4 changes: 3 additions & 1 deletion site/docs/en/doc/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Basic events:
lock
wall
itimer
ctimer
```

Under linux
Expand All @@ -113,6 +114,7 @@ Basic events:
lock
wall
itimer
ctimer
Java method calls:
ClassName.methodName
Perf events:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d218140

Please sign in to comment.