Skip to content

Commit

Permalink
New translations index.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
chore: synced translations from crowdin
  • Loading branch information
ovflowd committed Sep 27, 2023
1 parent 51ef689 commit d6bc115
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/zh-cn/docs/guides/diagnostics/poor-performance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ layout: docs.hbs

本文档将告知你如何分析一个 Node.js 进程。

* [低性能和效率](#低效率运行)
* [我的程序执行效率太低了!](#我的程序执行效率太低了)
* [症状](#症状)
* [调试](#调试)
- [低性能和效率](#低效率运行)
- [我的程序执行效率太低了!](#我的程序执行效率太低了)
- [症状](#症状)
- [调试](#调试)

## 我的程序执行效率太低了!

Expand All @@ -26,5 +26,5 @@ layout: docs.hbs

本文将提供你两种方式分析一个 Node.js 应用程序的效率:

* [如何使用 V8 采样分析器](/zh-cn/docs/guides/simple-profiling/)
* [如何使用 Linux 的 Perf 工具](/zh-cn/docs/guides/diagnostics/poor-performance/using-linux-perf)
- [如何使用 V8 采样分析器](/zh-cn/docs/guides/simple-profiling/)
- [如何使用 Linux 的 Perf 工具](/zh-cn/docs/guides/diagnostics/poor-performance/using-linux-perf)

0 comments on commit d6bc115

Please sign in to comment.