python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is profiling enabled by default for all go programs?
Since importing net/http/pprof package is enough to enable the golang profiler in a program, my question is, is the profiler enabled by default for all golang programs, and importing the package just ...
sherlock
Votes: 0
Answers: 2
Profile CPU Usage of DSP objects in Realtime
Description
Our Application is based of DSP synthesizer mostly used to create music, written in C Language, and I want to create a system-wide feature to give visual feedback to the user so they can f...
Dhruvit Salat
Votes: 0
Answers: 1
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
What does this sentence mean in the context of perf tool: "Supports address when precise (Precise event)"?
This line appears under memory events in perf tool.
CPU: Intel Xeon Gold
Vishal Deka
Votes: 0
Answers: 1