From b3a9efbe7ea036269dae04dd63a0e9b3cf00e0bb Mon Sep 17 00:00:00 2001 From: Anchor Date: Sun, 1 Mar 2015 22:23:12 -0800 Subject: [PATCH] Translation fix for intro to 14.6.md --- en/14.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/14.6.md b/en/14.6.md index e22d46ab..2d9888c0 100644 --- a/en/14.6.md +++ b/en/14.6.md @@ -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