Hi, there i want to measure code execution time of a function. I came across https://docs.zephyrproject.org/latest/reference/timing_functions/index.html. I have enabled CONFIG_TIMING_FUNCTIONS on my prj.conf file. However the build cannot link to the timing functions. I get undefined references to both board_timing functions and soc_timing functions. How can i fix this. Additionally is there a better way to measure code execution time ?