Difference between revisions of "Gb.getCpuLoad"

From Gamebuino Wiki
Jump to: navigation, search
m (added optimization pages in "See Also")
m
 
Line 1: Line 1:
{{DISPLAYTITLE:gb.getCpuLoad}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

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

Description

Used to get the CPU load in percents.

Syntax

gb.getCpuLoad();

Parameters

none

Returns

byte: percentage of CPU used. It includes time consumed by the library to refresh the screen, update the sound, backlight, battery monitor, etc.

Example

See also