The most recent measurement of the process's CPU usage, expressed as the
percentage of a single CPU core used in total, by all of the process's
threads. This gives a value from zero to CpuInfo.numOfProcessors*100,
which can exceed 100% in multi-threaded processes.
Only available when receiving the object as part of a callback from
onUpdated or onUpdatedWithMemory.
The most recent information about the CSS cache for the process. Only
available when receiving the object as part of a callback from onUpdated
or onUpdatedWithMemory.
The most recent information about the image cache for the process. Only
available when receiving the object as part of a callback from onUpdated
or onUpdatedWithMemory.
The most recent measurement of the process JavaScript allocated memory,
in bytes. Only available when receiving the object as part of a callback
from onUpdated or onUpdatedWithMemory.
The most recent measurement of the process JavaScript memory used, in
bytes. Only available when receiving the object as part of a callback
from onUpdated or onUpdatedWithMemory.
The most recent measurement of the process network usage, in bytes per
second. Only available when receiving the object as part of a callback
from onUpdated or onUpdatedWithMemory.
The most recent measurement of the process private memory usage, in
bytes. Only available when receiving the object as part of a callback
from onUpdatedWithMemory or getProcessInfo with the includeMemory flag.
The most recent information about the script cache for the process. Only
available when receiving the object as part of a callback from onUpdated
or onUpdatedWithMemory.
The most recent measurement of the process's SQLite memory usage, in
bytes. Only available when receiving the object as part of a callback
from onUpdated or onUpdatedWithMemory.