vTaskGetRunTimeStats() to measure task CPU usage with the following code:g_osRuntimeCounter is incremented in a timer callback, and I can measure CPU usage for tasks and IDLE time. However, I need to track CPU usage for specific ISRs (CAN reception and USB-OTG), which are interrupt-based.g_osRuntimeCounter runs at a frequency of 1MHz which determines how accurately I can track time.