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/libchrome/base/metrics/
histogram_base.cc
16
#include "base/metrics/
sparse_histogram
.h"
35
case
SPARSE_HISTOGRAM
:
36
return "
SPARSE_HISTOGRAM
";
57
case
SPARSE_HISTOGRAM
:
sparse_histogram.cc
5
#include "base/metrics/
sparse_histogram
.h"
33
DCHECK_EQ(
SPARSE_HISTOGRAM
, histogram->GetHistogramType());
44
return
SPARSE_HISTOGRAM
;
sparse_histogram_unittest.cc
5
#include "base/metrics/
sparse_histogram
.h"
93
HistogramBase*
sparse_histogram
= histograms[0];
local
95
EXPECT_EQ(
SPARSE_HISTOGRAM
,
sparse_histogram
->GetHistogramType());
96
EXPECT_EQ("Sparse",
sparse_histogram
->histogram_name());
98
sparse_histogram
->flags());
100
scoped_ptr<HistogramSamples> samples =
sparse_histogram
->SnapshotSamples();
135
EXPECT_EQ(
SPARSE_HISTOGRAM
, type);
histogram_base.h
41
SPARSE_HISTOGRAM
,
Completed in 85 milliseconds