docs: specify possible values for ProcessMetric.type (#19203)
This commit is contained in:
parent
9a42ddd2b8
commit
beb996b847
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,16 @@
|
||||||
# ProcessMetric Object
|
# ProcessMetric Object
|
||||||
|
|
||||||
* `pid` Integer - Process id of the process.
|
* `pid` Integer - Process id of the process.
|
||||||
* `type` String - Process type (Browser or Tab or GPU etc).
|
* `type` String - Process type. One of the following values:
|
||||||
|
* `Browser`
|
||||||
|
* `Tab`
|
||||||
|
* `Utility`
|
||||||
|
* `Zygote`
|
||||||
|
* `Sandbox helper`
|
||||||
|
* `GPU`
|
||||||
|
* `Pepper Plugin`
|
||||||
|
* `Pepper Plugin Broker`
|
||||||
|
* `Unknown`
|
||||||
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.
|
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.
|
||||||
* `creationTime` Number - Creation time for this process.
|
* `creationTime` Number - Creation time for this process.
|
||||||
The time is represented as number of milliseconds since epoch.
|
The time is represented as number of milliseconds since epoch.
|
||||||
|
|
Loading…
Reference in a new issue