Changes
Page history
Update profiling on linux jonathan lambrechts
authored
Apr 26, 2018
by
Sébastien Timmermans
Show whitespace changes
Inline
Side-by-side
profiling-on-linux-jonathan-lambrechts.md
View page @
1f7fce01
...
...
@@ -8,6 +8,7 @@ GOPATH=$HOME/go go get github.com/google/pprof
## Profile the ./myexe
LD_PRELOAD=/usr/lib/libprofiler.so CPUPROFILE=prof ./myexe
Attention, le chemin d'accès jusqu'à libprofiler peut varier !
## show online the results
~/go/bin/pprof -http localhost:8000 prof
...
...
...
...