We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a42ddd commit beb996bCopy full SHA for beb996b
docs/api/structures/process-metric.md
@@ -1,7 +1,16 @@
1
# ProcessMetric Object
2
3
* `pid` Integer - Process id of the process.
4
-* `type` String - Process type (Browser or Tab or GPU etc).
+* `type` String - Process type. One of the following values:
5
+ * `Browser`
6
+ * `Tab`
7
+ * `Utility`
8
+ * `Zygote`
9
+ * `Sandbox helper`
10
+ * `GPU`
11
+ * `Pepper Plugin`
12
+ * `Pepper Plugin Broker`
13
+ * `Unknown`
14
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.
15
* `creationTime` Number - Creation time for this process.
16
The time is represented as number of milliseconds since epoch.
0 commit comments