diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
| commit | 70baaeb4e78d12c329a03e929fd30d41730ed2b1 (patch) | |
| tree | 74e0b2998455894762b6910ef4008d43f5dc9366 /content/posts/2017-03-07-golang-profiling-simplified.md | |
| parent | b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (diff) | |
| download | mitjafelicijan.com-70baaeb4e78d12c329a03e929fd30d41730ed2b1.tar.gz | |
Moved statis assets and converted all CSS to Tailwind
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) |
