diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 12:09:37 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 12:09:37 +0200 |
| commit | 2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (patch) | |
| tree | c405cf24bce11c00d7d453bdd18995cf8cda97aa /content/posts/2017-03-07-golang-profiling-simplified.md | |
| parent | c181dc5c37435029a0f5f2c51d6f36da4d32afd5 (diff) | |
| download | mitjafelicijan.com-2f5ea5f4982d6276881c9a3342ed8847ebc7d326.tar.gz | |
Moved assets to posts
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 | ||
