- 0 Talk
-
API debugprofilestop
Returns the amount of time since profiling was started.
elapsedMilliseconds = debugprofilestop();
Returns
Edit
- elapsedMilliseconds
- Number - Time since profiling was started in milliseconds.
Details
Edit
- Debug profiling provides a high-precision timer that can be used to profile code.