Difference between revisions of "Gb.frameDurationMicros"

From Gamebuino Wiki
Jump to: navigation, search
(creation)
 
m
 
Line 1: Line 1:
{{DISPLAYTITLE:gb.frameDurationMicros}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

Latest revision as of 2014-05-20T21:05:05

Description

Time spent to render the last frame in microseconds.

Syntax

gb.frameDurationMicros

Parameters

none

Returns

unsigned long: time spend to render the last frame in microseconds. It includes time consumed by the library to refresh the screen, update the sound, backlight, battery monitor, etc.

Example

See also