mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
427 B
427 B
IOCounters Object
readOperationCountnumber - The number of I/O read operations.writeOperationCountnumber - The number of I/O write operations.otherOperationCountnumber - Then number of I/O other operations.readTransferCountnumber - The number of I/O read transfers.writeTransferCountnumber - The number of I/O write transfers.otherTransferCountnumber - Then number of I/O other transfers.