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)
How to kill perf record with python subprocess?
I am attempting to use the perf utility to monitor my system.
It will be started and killed within a python script. I have created a sandbox like so:
extra_params = ["-F", "99", &q...
David Owens
Votes: 0
Answers: 0
How to find out which hook has changed with the help of hook number/index displayed in FlameGraph
I'm working on a react application and want to improve the performance. I was using the Profiler to see the components painted on each render and also FlameGraph to find out which one is taking long t...
praveen guda
Votes: 0
Answers: 1
What is the vertical line in Datadog APM trace
I'm not sure how to interpret the long vertical line in Datadog APM Traces
AdrianS
Votes: 0
Answers: 1