Searched defs:ReportIOTime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc628 ReportIOTime(kSparseRead, start);
654 ReportIOTime(kSparseWrite, start);
806 ReportIOTime(kRead, start);
851 ReportIOTime(kReadAsync1, start_async);
853 ReportIOTime(kRead, start);
906 ReportIOTime(kWrite, start);
955 ReportIOTime(kWriteAsync1, start_async);
957 ReportIOTime(kWrite, start);
1362 void EntryImplV3::ReportIOTime(Operation op, const base::TimeTicks& start) { function in class:disk_cache::EntryImplV3
H A Dentry_impl.cc70 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
364 ReportIOTime(kSparseRead, start);
378 ReportIOTime(kSparseWrite, start);
694 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) { function in class:disk_cache::EntryImpl
1008 ReportIOTime(kRead, start);
1053 ReportIOTime(kReadAsync1, start_async);
1055 ReportIOTime(kRead, start);
1108 ReportIOTime(kWrite, start);
1157 ReportIOTime(kWriteAsync1, start_async);
1159 ReportIOTime(kWrit
[all...]

Completed in 57 milliseconds