python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Increasing total samples during CPU profiling with pprof in golang
I am profiling my go application by exposing the /debug/pprof endpoints and obtaining profiles using those endpoints. However, when I run the /debug/pprof/profile for CPU snapshots I see that my total...
Fulliautomatix
Votes: 0
Answers: 0
pprof how to get profile.pb.gz without using pprof -http
I ues pprof -http to generate profiling result all the time, but every time i need profile.pb.gz i need go to the http web to download it.
what i did
Is that anyway to generate profile.pb.gz with loca...
kido G
Votes: 0
Answers: 1
How to determine which goroutine is blocking execution?
all.
I have a small parser that writes found data to Postgres, as database framework I use https://github.com/jackc/pgx.
I write parsed data to an unbuffered channel from various goroutines.
I have sp...

Oleg Shokin
Votes: 0
Answers: 1
Golang a huge difference in the number of pprof HeapAlloc and pprof heap inuse_space
I have a Golang program that just implements a simple business logic: establish a socket connection with the server-side program and maintain a business heartbeat. But when this connection does not tr...
Wang
Votes: 0
Answers: 1