chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.systeminfo / ProcessInfo

ProcessInfo

data class ProcessInfo

Represents process info.

Official doc

Constructors

<init>

Represents process info.

ProcessInfo(type: String, id: Int, cpuTime: Double)

Properties

cpuTime

Specifies cumulative CPU usage in seconds across all threads of the process since the process start.

val cpuTime: Double

id

Specifies process id.

val id: Int

type

Specifies process type.

val type: String