WoW:API debugprofilestop: Difference between revisions

m
Move page script moved page API debugprofilestop to WoW:API debugprofilestop without leaving a redirect
(Add some content.)
m (Move page script moved page API debugprofilestop to WoW:API debugprofilestop without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{API/Uncategorized}}
{{wowapi}}
Returns the amount of time since profiling was started.
elapsedMilliseconds = debugprofilestop();


debugprofilestop() returns sub-millisecond (floating point) values.
== Returns ==
; elapsedMilliseconds : Number - Time since profiling was started in milliseconds.
 
== Details ==
* Debug profiling provides a high-precision timer that can be used to profile code.
 
== See also ==
* {{api|debugprofilestart}}
Anonymous user