New-Bee Easy way to check timing execution of JavaScript block of code #303
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2014-08-08 by DrAzzy getTime() returns current time since system startup in seconds as a floating point number. That should do what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-08-08 by user7114
The Arduino had the very useful "millis()" timer but the Espruino has none?
I need an easy way to check a block of JS code with a start/stop timer in milliseconds.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions