update profiler.md

This commit is contained in:
hengyunabc 2021-04-22 11:11:04 +08:00
parent 705bfdad32
commit c6e2c2d4dc
2 changed files with 11 additions and 1 deletions

View File

@ -227,3 +227,8 @@ The generated results can be viewed with tools that support the jfr format. such
* JDK Mission Control: https://github.com/openjdk/jmc
* JProfiler: https://github.com/alibaba/arthas/issues/1416
### The 'unknown' in profiler result
* https://github.com/jvm-profiling-tools/async-profiler/discussions/409

View File

@ -228,4 +228,9 @@ profiler start --file /tmp/test.jfr
生成的结果可以用支持jfr格式的工具来查看。比如
* JDK Mission Control https://github.com/openjdk/jmc
* JProfiler https://github.com/alibaba/arthas/issues/1416
* JProfiler https://github.com/alibaba/arthas/issues/1416
### 生成的火焰图里的 unknown
* https://github.com/jvm-profiling-tools/async-profiler/discussions/409