Any recommendations for CPU profilers? I need to track down what is chewing up CPU.
Thanks in advance.
Any recommendations for CPU profilers? I need to track down what is chewing up CPU.
Thanks in advance.
Have a look at flamegraph
. It generates images that let you graphically see where most of your CPU time is being spent.
Otherwise, there's a pretty comprehensive list, plus tips for improving performance, here:
https://nnethercote.github.io/perf-book/profiling.html
This could also help
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.