gb.frameDurationMicros

From Gamebuino Wiki
Revision as of 2014-05-20T20:05:05 by Rodot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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