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.
See also
Edit
Community content is available under CC-BY-SA
unless otherwise noted.