getSystemCpuLoadBetweenTicks

abstract fun getSystemCpuLoadBetweenTicks(oldTickets: LongArray): Double

Retrieves the system CPU load as a percentage between the current ticks and the specified oldTickets

Return

the calculated system CPU load as a percentage

Parameters

oldTickets

the previous CPU ticks for comparison