Package io.webfolder.cdp.type.systeminfo
Class ProcessInfo
java.lang.Object
io.webfolder.cdp.type.systeminfo.ProcessInfo
Represents process info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies cumulative CPU usage in seconds across all threads of the process since the process start.getId()
Specifies process id.getType()
Specifies process type.void
setCpuTime
(Double cpuTime) Specifies cumulative CPU usage in seconds across all threads of the process since the process start.void
Specifies process id.void
Specifies process type.toString()
-
Constructor Details
-
ProcessInfo
public ProcessInfo()
-
-
Method Details
-
getType
Specifies process type. -
setType
Specifies process type. -
getId
Specifies process id. -
setId
Specifies process id. -
getCpuTime
Specifies cumulative CPU usage in seconds across all threads of the process since the process start. -
setCpuTime
Specifies cumulative CPU usage in seconds across all threads of the process since the process start. -
toString
-