... | @@ -16,8 +16,10 @@ Attention, le chemin d'accès jusqu'à libprofiler peut varier ! |
... | @@ -16,8 +16,10 @@ Attention, le chemin d'accès jusqu'à libprofiler peut varier ! |
|
|
|
|
|
|
|
|
|
## The package graphViz is needed.
|
|
## The package graphViz is needed.
|
|
|
|
sudo apt install graphviz
|
|
|
|
|
|
using this line create a pdf :
|
|
|
|
|
|
## use this line create a pdf :
|
|
|
|
|
|
~/go/bin/pprof -pdf prof > my_pdf_prof.pdf
|
|
~/go/bin/pprof -pdf prof > my_pdf_prof.pdf
|
|
|
|
|
... | | ... | |