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 ee3a210..f0821c5 100644 --- a/content/posts/2017-03-07-golang-profiling-simplified.md +++ b/content/posts/2017-03-07-golang-profiling-simplified.md | |||
| @@ -121,6 +121,6 @@ go tool pprof -pdf ./cpu cpu.pprof > cpu.pdf | |||
| 121 | 121 | ||
| 122 | This will generate PDF document with visualized profile. | 122 | This will generate PDF document with visualized profile. |
| 123 | 123 | ||
| 124 | - [Memory PDF profile example](/assets/go-profiling/golang-profiling-mem.pdf) | 124 | - [Memory PDF profile example](/posts/go-profiling/golang-profiling-mem.pdf) |
| 125 | - [CPU PDF profile example](/assets/go-profiling/golang-profiling-cpu.pdf) | 125 | - [CPU PDF profile example](/posts/go-profiling/golang-profiling-cpu.pdf) |
| 126 | 126 | ||
