TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Block Profiling in Go

148 pointsby felixgeover 4 years ago

3 comments

felixgeover 4 years ago
OP here. This is my attempt to document this profiler in Go based on my own research. As far as I can tell there is not much information about it out there.<p>Happy to answer any questions.
评论 #26087019 未加载
评论 #26080432 未加载
dhagzover 4 years ago
I&#x27;m continually impressed by what Go offers in the way of profiling and performance observability baked into the language. I know tools to do benchmarking and profiling exist for other languages, but the fact that a lot of that data is &quot;in the box&quot; for Go is incredibly convenient, to the point where any API I develop has a flag to enable serving pprof data.
评论 #26082351 未加载
Cooth_Calvinover 4 years ago
Funny I have the same problem now figure out Mine! HA!