OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportIOTime
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/disk_cache/
entry_impl.cc
67
entry_->
ReportIOTime
(disk_cache::EntryImpl::kAsyncIO, start_);
361
ReportIOTime
(kSparseRead, start);
375
ReportIOTime
(kSparseWrite, start);
687
void EntryImpl::
ReportIOTime
(Operation op, const base::TimeTicks& start) {
961
ReportIOTime
(kRead, start);
997
ReportIOTime
(kRead, start);
1046
ReportIOTime
(kWrite, start);
[
all
...]
/external/chromium_org/net/disk_cache/
entry_impl.cc
67
entry_->
ReportIOTime
(disk_cache::EntryImpl::kAsyncIO, start_);
361
ReportIOTime
(kSparseRead, start);
375
ReportIOTime
(kSparseWrite, start);
691
void EntryImpl::
ReportIOTime
(Operation op, const base::TimeTicks& start) {
1004
ReportIOTime
(kRead, start);
1049
ReportIOTime
(kReadAsync1, start_async);
1051
ReportIOTime
(kRead, start);
[
all
...]
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc
617
ReportIOTime
(kSparseRead, start);
643
ReportIOTime
(kSparseWrite, start);
795
ReportIOTime
(kRead, start);
840
ReportIOTime
(kReadAsync1, start_async);
842
ReportIOTime
(kRead, start);
895
ReportIOTime
(kWrite, start);
944
ReportIOTime
(kWriteAsync1, start_async);
946
ReportIOTime
(kWrite, start);
[
all
...]
Completed in 31 milliseconds