Process.ElapsedCpuTime Property

Definition

Returns elapsed milliseconds of the time this process has run.

public static long ElapsedCpuTime { [Android.Runtime.Register("getElapsedCpuTime", "()J", "")] get; }
[<get: Android.Runtime.Register("getElapsedCpuTime", "()J", "")>]
static member ElapsedCpuTime : int64

Property Value

Returns the number of milliseconds this process has return.

Attributes

Remarks

Returns elapsed milliseconds of the time this process has run.

Java documentation for android.os.Process.getElapsedCpuTime().

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