Translation fix for intro to 14.6.md
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# 14.6 pprof
|
||||
|
||||
Go language has a great design is the standard library with code performance monitoring tools, there are packages in two places:
|
||||
A great feature of Go's standard library is its code performance monitoring tools. These packages exist in two places:
|
||||
|
||||
net/http/pprof
|
||||
|
||||
runtime/pprof
|
||||
|
||||
In fact, `net/http/pprof` in just using `runtime/pprof` package for packaging a bit, and exposed on the http port
|
||||
In fact, `net/http/pprof` simply exposes runtime profiling data from the `runtime/pprof` package on an HTTP port.
|
||||
|
||||
## Beego support pprof
|
||||
|
||||
|
||||
Reference in New Issue
Block a user