OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMA_HISTOGRAM_SCALED_EXACT_LINEAR
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
histogram_macros.h
86
// large amounts. See
UMA_HISTOGRAM_SCALED_EXACT_LINEAR
for more information.
134
#define
UMA_HISTOGRAM_SCALED_EXACT_LINEAR
(name, sample, count, value_max, \
histogram_unittest.cc
774
UMA_HISTOGRAM_SCALED_EXACT_LINEAR
("h1", 1, 5000, 5, 100);
Completed in 54 milliseconds