Searched refs:io_after (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc1199 base::IoCounters io_before, io_after; local
1248 if (got_counters && metric->GetIOCounters(&io_after)) {
1250 static_cast<int>(io_after.ReadTransferCount -
1253 static_cast<int>(io_after.WriteTransferCount -
1256 static_cast<int>(io_after.ReadOperationCount -
1259 static_cast<int>(io_after.WriteOperationCount -

Completed in 58 milliseconds