Skip to content

Titanium.Platform.CPUTimes

Simple object holding the data for a logical CPU execution times.

Properties #

idle#

Type: Number

The number of milliseconds the CPU has spent in idle mode.

irq#

Type: Number

The number of milliseconds the CPU has spent in irq mode.

nice#

Type: Number

The number of milliseconds the CPU has spent in nice mode.

sys#

Type: Number

The number of milliseconds the CPU has spent in sys mode.

user#

Type: Number

The number of milliseconds the CPU has spent in user mode.

Titanium SDK Documentation