OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSizeGroup
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/disk_cache/
backend_impl.h
185
int
GetSizeGroup
() const;
backend_impl.cc
502
SetFieldTrialInfo(
GetSizeGroup
());
691
CACHE_UMA(AGE_MS, "OpenTime",
GetSizeGroup
(), start);
787
CACHE_UMA(AGE_MS, "CreateTime",
GetSizeGroup
(), start);
1021
CACHE_UMA(COUNTS, "PendingIO",
GetSizeGroup
(), num_pending_io_);
1039
int BackendImpl::
GetSizeGroup
() const {
[
all
...]
eviction.cc
149
CACHE_UMA(AGE_MS, "TotalTrimTimeV1", backend_->
GetSizeGroup
(), start);
362
CACHE_UMA(AGE_MS, "TotalTrimTimeV2", backend_->
GetSizeGroup
(), start);
entry_impl.cc
688
int group = backend_->
GetSizeGroup
();
[
all
...]
Completed in 65 milliseconds