Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kyrra
on July 6, 2015
|
parent
|
context
|
favorite
| on:
An exercise in profiling a Go program
pprof the tool is really just a visualization tool more than a profiler itself[0]. But yes, enabling it will enable it for the entire program, so you will see a massive performance hit when it's enabled.
[0]
http://stackoverflow.com/questions/8083112/format-of-google-...
justinsb
on July 6, 2015
[–]
It's a sampling profiler; you shouldn't see a big performance hit.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] http://stackoverflow.com/questions/8083112/format-of-google-...