Class ProcessInfo
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.systeminfo.model.ProcessInfo
-
public class ProcessInfo extends java.lang.ObjectRepresents 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.NumbergetCpuTime()Specifies cumulative CPU usage in seconds across all threads of the process since the process start.java.lang.IntegergetId()Specifies process id.java.lang.StringgetType()Specifies process type.
-