Hello, I'm trying to do a performance analysis on a STM32F7 processor with a J-Trace Pro Cortex M. As an example, I have a ProcessAdcDataHF(...) function for which I would like to know the overall CPU load and how large the portion of the executed subfunction arm_rfft_fast_f32(...) from the ARM library is. I like to know the average CPU load, the minimum execution time and the maximum execution time. During the execution of the ProcessAdcDataHF(...) function are occurring a lot of small interrup…