This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Measuring code execution time

hi,

I would like to do some code profiling and measure execution time. What is a lowest possible resolution for the counter is possible to achieve and how?

I am currently using RTC counter nrf_drv_rtc_counter_get() but have read that is not nessecery a good idea.

What would be other soft options for that?

Related