aboutsummaryrefslogtreecommitdiff
path: root/_posts/2017-03-07-golang-profiling-simplified.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2017-03-07-golang-profiling-simplified.md')
-rw-r--r--_posts/2017-03-07-golang-profiling-simplified.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/_posts/2017-03-07-golang-profiling-simplified.md b/_posts/2017-03-07-golang-profiling-simplified.md
index c6cf78e..2b5a262 100644
--- a/_posts/2017-03-07-golang-profiling-simplified.md
+++ b/_posts/2017-03-07-golang-profiling-simplified.md
@@ -6,12 +6,12 @@ description: Golang profiling made easy
6 6
7**Table of contents** 7**Table of contents**
8 8
9- [Where are my pprof files?](#where-are-my-pprof-files) 91. [Where are my pprof files?](#where-are-my-pprof-files)
10- [Why is my cpu profile empty?](#why-is-my-cpu-profile-empty) 102. [Why is my cpu profile empty?](#why-is-my-cpu-profile-empty)
11- [Profiling](#profiling) 113. [Profiling](#profiling)
12 - [Memory profiling](#memory-profiling) 12 1. [Memory profiling](#memory-profiling)
13 - [CPU profiling](#cpu-profiling) 13 2. [CPU profiling](#cpu-profiling)
14 - [Generating profiling reports](#generating-profiling-reports) 14 3. [Generating profiling reports](#generating-profiling-reports)
15 15
16Many posts have been written regarding profiling in Golang and I haven’t found proper tutorial regarding this. Almost all of them are missing some part of important information and it gets pretty frustrating when you have a deadline and are not finding simple distilled solution. 16Many posts have been written regarding profiling in Golang and I haven’t found proper tutorial regarding this. Almost all of them are missing some part of important information and it gets pretty frustrating when you have a deadline and are not finding simple distilled solution.
17 17