Process.ElapsedCpuTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.