| 6 | } |
| 7 | |
| 8 | void ProcessIoCounter::SetHandle(HANDLE handle) |
| 9 | { |
| 10 | memset(m_counter, 0, sizeof(m_counter)); |
| 11 | m_handle = handle; |
| 12 | } |
| 13 | |
| 14 | ProcessIoCounter::IOCounterDiff ProcessIoCounter::Update() |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected