Searched refs:UmaHistogramSparse (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/metrics/ |
D | sparse_histogram_unittest.cc | 171 UmaHistogramSparse("Sparse", 100); in TEST_P() 172 UmaHistogramSparse("Sparse", 200); in TEST_P() 173 UmaHistogramSparse("Sparse", 100); in TEST_P() 200 UmaHistogramSparse(StringPrintf("Sparse%d", i), 100); in TEST_P()
|
D | histogram_functions.h | 154 BASE_EXPORT void UmaHistogramSparse(const std::string& name, int sample);
|
D | histogram_functions.cc | 104 void UmaHistogramSparse(const std::string& name, int sample) { in UmaHistogramSparse() function
|
D | histogram_samples.cc | 262 UmaHistogramSparse("UMA.NegativeSamples.Histogram", in RecordNegativeSample()
|
D | persistent_memory_allocator.cc | 970 UmaHistogramSparse("UMA.LocalPersistentMemoryAllocator.Failures.Win", in AllocateLocalMemory() 979 UmaHistogramSparse("UMA.LocalPersistentMemoryAllocator.Failures.Posix", in AllocateLocalMemory()
|
D | histogram.cc | 240 UmaHistogramSparse("Histogram.MismatchedConstructionArguments", in Build() 465 UmaHistogramSparse("Histogram.BadConstructionArguments", in InspectConstructionArguments()
|
/external/libchrome/base/files/ |
D | file_posix.cc | 433 UmaHistogramSparse("PlatformFile.UnknownErrors.Posix", saved_errno); in OSErrorToFileError()
|