Skip to content

Commit 577b5b8

Browse files
committed
fix typo
1 parent 9ac4322 commit 577b5b8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Arthas was built to solve these issues. A developer can troubleshoot your produc
3737
* Monitor system metrics, thread states and cpu usage, gc statistics, and etc.
3838
* Supports command line interactive mode, with auto-complete feature enabled.
3939
* Supports telnet and websocket, which enables both local and remote diagnostics with command line and browsers.
40-
* Supports profiler/Frame Graph
40+
* Supports profiler/Flame Graph
4141
* Supports JDK 6+.
4242
* Supports Linux/Mac/Windows.
4343

@@ -367,7 +367,7 @@ $ classloader
367367
![web console](site/src/site/sphinx/_static/web-console-local.png)
368368

369369

370-
#### Profiler/FrameGraph
370+
#### Profiler/FlameGraph
371371

372372
* https://alibaba.github.io/arthas/en/profiler
373373

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ $ classloader
360360

361361
![web console](site/src/site/sphinx/_static/web-console-local.png)
362362

363-
#### Profiler/FrameGraph/火焰图
363+
#### Profiler/FlameGraph/火焰图
364364

365365
* https://alibaba.github.io/arthas/profiler
366366

site/src/site/sphinx/en/advanced-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Advanced Usage
5555
* [options](options.md) - check/set Arthas global options
5656

5757

58-
## profiler/frame graph
58+
## profiler/flame graph
5959

60-
* [profiler](profiler.md) - use [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) to generate frame graph
60+
* [profiler](profiler.md) - use [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) to generate flame graph
6161

6262
## pipe
6363

site/src/site/sphinx/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Arthas is built to solve these issues. A developer can troubleshoot production i
2929
* Monitor system metrics, thread states and CPU usage, GC statistics and etc.
3030
* Supports command line interactive mode, with auto-complete feature enabled.
3131
* Supports telnet and WebSocket, which enables both local and remote diagnostics with command line and browsers.
32-
* Supports profiler/Frame Graph
32+
* Supports profiler/Flame Graph
3333
* Supports JDK 6+
3434
* Supports Linux/Mac/Windows
3535

0 commit comments

Comments
 (0)