Update 14.6.md

This commit is contained in:
yellow chicks
2017-09-09 09:20:27 +08:00
committed by GitHub
parent 907cf15d1d
commit 4853aca6a0

View File

@@ -19,7 +19,7 @@ if PprofOn {
BeeApp.RegisterController(`/debug/pprof/:pp([\w]+)`, &ProfController{}) BeeApp.RegisterController(`/debug/pprof/:pp([\w]+)`, &ProfController{})
} }
``` ```
- 设计ProfConterller - 设计ProfController
```Go ```Go
package beego package beego
@@ -107,4 +107,4 @@ go tool pprof http://localhost:8080/debug/pprof/profile
## links ## links
* [目录](<preface.md>) * [目录](<preface.md>)
* 上一节: [多语言支持](<14.5.md>) * 上一节: [多语言支持](<14.5.md>)
* 下一节: [小结](<14.7.md>) * 下一节: [小结](<14.7.md>)