Fix typos in ProcessMetric doc
This commit is contained in:
parent
7794cabd13
commit
cabcd0ef8f
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
* `pid` Integer - Process id of the process.
|
* `pid` Integer - Process id of the process.
|
||||||
* `type` String - Process type (Browser or Tab or GPU etc).
|
* `type` String - Process type (Browser or Tab or GPU etc).
|
||||||
* `memory` [MemoryInfo](memory-info.md) - Memory information of the process.
|
* `memory` [MemoryInfo](memory-info.md) - Memory information for the process.
|
||||||
* `cpu` [CPUUsage](cpu-usage.md) - CPU Of the process
|
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.
|
||||||
|
|
Loading…
Reference in a new issue