ProcessInfoCpuTime Property  | 
Version 106.0.290 
            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: 106.0.290.0 (106.0.290.0)
Syntaxpublic double CpuTime { get; set; }public:
property double CpuTime {
	double get ();
	void set (double value);
}Property Value
Type: 
Double
See Also