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.