Update profiling on linux jonathan lambrechts authored by Sébastien Timmermans's avatar Sébastien Timmermans
......@@ -16,8 +16,10 @@ Attention, le chemin d'accès jusqu'à libprofiler peut varier !
## 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
......
......