Searched refs:ReportIOTime (Results 1 – 2 of 2) sorted by relevance
/external/cronet/net/disk_cache/blockfile/ |
D | entry_impl.cc | 81 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_); in OnFileIOComplete() 387 ReportIOTime(kSparseRead, start); in ReadSparseDataImpl() 403 ReportIOTime(kSparseWrite, start); in WriteSparseDataImpl() 718 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) { in ReportIOTime() function in disk_cache::EntryImpl 1060 ReportIOTime(kRead, start); in InternalReadData() 1106 ReportIOTime(kReadAsync1, start_async); in InternalReadData() 1108 ReportIOTime(kRead, start); in InternalReadData() 1161 ReportIOTime(kWrite, start); in InternalWriteData() 1211 ReportIOTime(kWriteAsync1, start_async); in InternalWriteData() 1213 ReportIOTime(kWrite, start); in InternalWriteData()
|
D | entry_impl.h | 159 void ReportIOTime(Operation op, const base::TimeTicks& start);
|