no edit summary
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns the amount of time since profiling was started. | |||
elapsedMilliseconds = debugprofilestop(); | |||
== 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}} | |||