WoW API: debugprofilestop

From AddOn Studio
Jump to navigation Jump to search

WoW 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.

See also[edit]