Translation fix for intro to 14.6.md

This commit is contained in:
Anchor
2015-03-01 22:23:12 -08:00
committed by James Miranda
parent b53c2ccf3b
commit b3a9efbe7e

View File

@@ -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