Beego pprof 性能分析工具使用 Jackey Golang 2019-08-20 7,207 次浏览 Beego, pprof router.go 添加内容: [codesyntax lang="c"] beego.Router("/debug/pprof", &controllers.ProfController{}) beego.Router("/debug/pprof/:app([\\w]+)", &controllers.ProfController{}) [/codesyntax] 创建控制器:...