Good morning,
I‘d like to measure and optimize the performance of my onUpdate() function. However it seems the API only gives access to the current time (Time.now().value()) in seconds, and that is not useful to measure anything. Is there a way to get the current time in milliseconds? Or how else to measure the performance costs of certain parts of your code, apart from guess work?
Regards, Robert