mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05: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.