OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CACHE_UMA
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
histogram_macros.h
98
//
CACHE_UMA
(COUNTS, "MyName", 0, 20);
99
//
CACHE_UMA
(COUNTS, "MyExperiment", 530, 55);
104
#define
CACHE_UMA
(type, name, experiment, sample) {\
/external/chromium_org/net/disk_cache/
histogram_macros.h
97
//
CACHE_UMA
(COUNTS, "MyName", 0, 20);
98
//
CACHE_UMA
(COUNTS, "MyExperiment", 530, 55);
103
#define
CACHE_UMA
(type, name, experiment, sample) {\
Completed in 491 milliseconds