mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
7 lines
268 B
Markdown
7 lines
268 B
Markdown
# ProcessMetric Object
|
|
|
|
* `pid` Integer - Process id of the process.
|
|
* `type` String - Process type (Browser or Tab or GPU etc).
|
|
* `memory` [MemoryInfo](memory-info.md) - Memory information for the process.
|
|
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.
|