electron/docs/api/structures/process-metric.md

6 lines
190 B
Markdown
Raw Normal View History

2017-05-16 00:41:45 +00:00
# ProcessMetric Object
* `pid` Integer - Process id of the process.
* `type` String - Process type (Browser or Tab or GPU etc).
2017-05-26 15:36:51 +00:00
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.