CpuUsageInfo.Total Property

Definition

Gets the total time in milliseconds that the CPU has been enabled since the system last booted.

public long Total { [Android.Runtime.Register("getTotal", "()J", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTotal", "()J", "", ApiSince=24)>]
member this.Total : int64

Property Value

Total time in milliseconds.

Attributes

Remarks

Gets the total time in milliseconds that the CPU has been enabled since the system last booted. This includes time the CPU spent idle.

Java documentation for android.os.CpuUsageInfo.getTotal().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to