Hi! We are currently implementing a time synchronization algorithm using a nRF52s. Currently, we´re getting the min error of 20ms between synchronized slaves. We think that the algorithm can do much better than this.
Our worries are that our program takes too long to calculate the results. So, we would like to do some profile execution time of functions and function calls. Is there any tools like this? Any OProfile-like tools?