HomeSort by relevance Sort by last modified time
    Searched refs:SparseHistogram (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/metrics/
sparse_histogram.cc 22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) {
27 HistogramBase* tentative_histogram = new SparseHistogram(name);
36 SparseHistogram::~SparseHistogram() {}
38 HistogramType SparseHistogram::GetHistogramType() const {
42 bool SparseHistogram::HasConstructionArguments(
46 // SparseHistogram never has min/max/bucket_count limit.
50 void SparseHistogram::Add(Sample value) {
55 scoped_ptr<HistogramSamples> SparseHistogram::SnapshotSamples() const {
63 void SparseHistogram::AddSamples(const HistogramSamples& samples)
    [all...]
sparse_histogram.h 22 // The common code for different SparseHistogram macros.
26 base::SparseHistogram::FactoryGet(name, flag)); \
57 class BASE_EXPORT_PRIVATE SparseHistogram : public HistogramBase {
63 virtual ~SparseHistogram();
83 // Clients should always use FactoryGet to create SparseHistogram.
84 explicit SparseHistogram(const std::string& name);
112 DISALLOW_COPY_AND_ASSIGN(SparseHistogram);
sparse_histogram_unittest.cc 40 scoped_ptr<SparseHistogram> NewSparseHistogram(const std::string& name) {
41 return scoped_ptr<SparseHistogram>(new SparseHistogram(name));
48 scoped_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse"));
102 // Unlike the macros in histogram.h, SparseHistogram macros can have a
120 scoped_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse"));
histogram_base.cc 55 return SparseHistogram::DeserializeInfoImpl(iter);
histogram_base_unittest.cc 171 HistogramBase* histogram = SparseHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.cc 279 base::HistogramBase* counter = base::SparseHistogram::FactoryGet(
373 } else if (strcmp(name, "sparsehistogram") == 0) {
  /external/chromium_org/sql/
connection.cc 995 base::SparseHistogram::FactoryGet(
    [all...]

Completed in 122 milliseconds