ProcessInfoCpuTime Property |
Version 88.2.90
Specifies cumulative CPU usage in seconds across all threads of the
process since the process start.
Namespace:
CefSharp.DevTools.SystemInfo
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public long CpuTime { get; set; }
public:
property long long CpuTime {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also