Hello SciPy Community,
I am reaching out for some guidance while benchmarking some SciPy functions on two different machines. Initial tests show varied performance between the machines.
Using cProfile
I found few bottlenecks, but since these functions are implemented in C, it only shows total runtimes without deeper insights. I’ve tried other profilers like py-spy
and line_profiler
, but they don’t provide detailed info on the C code.
Any advice on profiling tools or best practices for digging into C-implemented functions within SciPy would be greatly appreciated.
Thanks in advance!