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