ProcessInfoCpuTime Property |
Version 130.1.90
Specifies cumulative CPU usage in seconds across all threads of the
process since the process start.
Namespace: CefSharp.DevTools.SystemInfoAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double CpuTime { get; set; }
public:
property double CpuTime {
double get ();
void set (double value);
}
Property Value
DoubleSee Also