From beb996b847ee2167e4e3308e36adf0da84f9df92 Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Fri, 12 Jul 2019 13:10:18 +0200 Subject: [PATCH] docs: specify possible values for ProcessMetric.type (#19203) --- docs/api/structures/process-metric.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.