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.