OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPARSE_HISTOGRAM
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/metrics/
histogram_base.cc
14
#include "base/metrics/
sparse_histogram
.h"
32
case
SPARSE_HISTOGRAM
:
33
return "
SPARSE_HISTOGRAM
";
54
case
SPARSE_HISTOGRAM
:
sparse_histogram.cc
5
#include "base/metrics/
sparse_histogram
.h"
32
DCHECK_EQ(
SPARSE_HISTOGRAM
, histogram->GetHistogramType());
39
return
SPARSE_HISTOGRAM
;
sparse_histogram_unittest.cc
11
#include "base/metrics/
sparse_histogram
.h"
75
HistogramBase*
sparse_histogram
= histograms[0];
local
77
EXPECT_EQ(
SPARSE_HISTOGRAM
,
sparse_histogram
->GetHistogramType());
78
EXPECT_EQ("Sparse",
sparse_histogram
->histogram_name());
79
EXPECT_EQ(HistogramBase::kNoFlags,
sparse_histogram
->flags());
81
scoped_ptr<HistogramSamples> samples =
sparse_histogram
->SnapshotSamples();
94
HistogramBase*
sparse_histogram
= histograms[0];
local
96
EXPECT_EQ("Uma",
sparse_histogram
->histogram_name());
98
sparse_histogram
->flags())
[
all
...]
histogram_base.h
37
SPARSE_HISTOGRAM
,
Completed in 43 milliseconds