diff --git a/docs/api/structures/process-metric.md b/docs/api/structures/process-metric.md index 390495f279e5..65ddeb3f4410 100644 --- a/docs/api/structures/process-metric.md +++ b/docs/api/structures/process-metric.md @@ -1,7 +1,16 @@ # ProcessMetric Object * `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. * `creationTime` Number - Creation time for this process. The time is represented as number of milliseconds since epoch.