I want to measure the time taken to process each audio block in ProcessorBase to evaluate the computational load of the algorithm.Is there any good method?
You could try PerformanceCounter or ScopedTimeMeasurement.
Thanks, I’ll try it.
Best way I’ve found: Using Perfetto with JUCE for dsp and UI performance tuning · Melatonin
Thank you. This looks more intuitive.
