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)
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
How to profile tests running on remote machine using JProfiler
I have a java project that runs thousands of test cases. I am using maven-surefire-plugin with testng. I want to profile these tests while they are running on the remote machine. It's basically a typi...

ravinder kaushal
Votes: 0
Answers: 1
Is there a way to find out what threads are launched from which shared object libraries in an embedded application?
I am in the process of profiling an embedded application created using QtCreator, which is running on an old Linux distribution. I have been able to use Intel Vtune remotely on the physical device to ...
Subhajit
Votes: 0
Answers: 1
How do I profile a node.js program from start to end?
Suppose I have a node.js cli program that can be run as node some-program.js and it exits in 10 seconds. How do I profile it? I want to get flame graphs and time spent in each functions.
golopot
Votes: 0
Answers: 1