{{oldin|[[0.9.0]]|090|type=function|text=[[love.timer.getTime]] is now microsecond-accurate}}

Returns the value of a timer with an unspecified starting time. The time is accurate to the microsecond.
== Function ==
=== Synopsis ===
<source lang="lua">
t = love.timer.getMicroTime( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|t|The time passed in seconds.}}
== See Also ==
* [[parent::love.timer]]
* [[love.timer.getTime]]
[[Category:Functions]]
{{#set:Description=Returns the value of a timer with microsecond precision.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.timer.getMicroTime}}