Class ProcessInfo
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.systeminfo.model.ProcessInfo
-
public class ProcessInfo extends java.lang.Object
Represents process info.
-
-
Constructor Summary
Constructors Constructor Description ProcessInfo(java.lang.String type, java.lang.Integer id, java.lang.Number cpuTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getCpuTime()
Specifies cumulative CPU usage in seconds across all threads of the process since the process start.java.lang.Integer
getId()
Specifies process id.java.lang.String
getType()
Specifies process type.
-