Hacker News new | ask | show | jobs
by gpsz 2130 days ago
This is pretty cool.

  Golang support coming soon!
I wonder if the golang portion could just call go tool pprof underneath.
1 comments

Hi, Using go pprof requires changing your code (importing net/http/pprof). kubectl-flame aims to profile without requiring code changes, so the current go implementation will be based on eBPF. Glad you liked the tool :)