I'm not sure if it's what happening in this case but, in code as simple as this, function calls can sometimes be the bottleneck. You should see how compiling with/without -O affects performance, and adding `pragma(inline)` to funcB.

When compiled with -inline, the profiler does not report the performance of funcA and funcB individually, and this is what I want to measure.


Reply via email to