diff options
Diffstat (limited to 'content/posts/2017-03-07-golang-profiling-simplified.md')
| -rw-r--r-- | content/posts/2017-03-07-golang-profiling-simplified.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2017-03-07-golang-profiling-simplified.md b/content/posts/2017-03-07-golang-profiling-simplified.md index d784dcc..92ff881 100644 --- a/content/posts/2017-03-07-golang-profiling-simplified.md +++ b/content/posts/2017-03-07-golang-profiling-simplified.md | |||
| @@ -107,5 +107,5 @@ go tool pprof -pdf ./cpu cpu.pprof > cpu.pdf | |||
| 107 | 107 | ||
| 108 | This will generate PDF document with visualized profile. | 108 | This will generate PDF document with visualized profile. |
| 109 | 109 | ||
| 110 | - [Memory PDF profile example](/go-profiling/golang-profiling-mem.pdf) | 110 | - [Memory PDF profile example](/assets/go-profiling/golang-profiling-mem.pdf) |
| 111 | - [CPU PDF profile example](/go-profiling/golang-profiling-cpu.pdf) | 111 | - [CPU PDF profile example](/assets/go-profiling/golang-profiling-cpu.pdf) |
