OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tentative_histogram
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
sparse_histogram.cc
28
HistogramBase*
tentative_histogram
= new SparseHistogram(name);
local
29
tentative_histogram
->SetFlags(flags);
31
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
histogram.cc
104
Histogram*
tentative_histogram
=
local
107
tentative_histogram
->SetFlags(flags);
109
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
605
LinearHistogram*
tentative_histogram
=
local
611
tentative_histogram
->bucket_description_[descriptions[i].sample] =
616
tentative_histogram
->SetFlags(flags);
618
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
719
BooleanHistogram*
tentative_histogram
=
local
722
tentative_histogram
->SetFlags(flags);
724
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
782
CustomHistogram*
tentative_histogram
=
local
[
all
...]
Completed in 482 milliseconds