WoW API: debugprofilestop
Jump to navigation
Jump to search
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.