OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Histograms
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/metrics/
statistics_recorder.h
5
// StatisticsRecorder holds all
Histograms
and BucketRanges that are used by
6
//
Histograms
in the system. It provides a general place for
7
//
Histograms
/BucketRanges to register, and supports a global API for accessing
34
typedef std::vector<HistogramBase*>
Histograms
;
39
// Find out if
histograms
can now be registered into our list.
55
// Methods for appending histogram data to a string. Only
histograms
which
57
// process all registered
histograms
).
61
// Returns the
histograms
with |query| as a substring as JSON text (an empty
62
// |query| will process all registered
histograms
).
65
// Method for extracting
histograms
which were marked for use by UMA
[
all
...]
histogram_snapshot_manager.cc
28
StatisticsRecorder::
Histograms
histograms
;
local
29
StatisticsRecorder::GetHistograms(&
histograms
);
30
for (StatisticsRecorder::
Histograms
::const_iterator it =
histograms
.begin();
31
histograms
.end() != it;
45
// Crash if we detect that our
histograms
have been overwritten. This may be
statistics_recorder.cc
43
// As per crbug.com/79322 the
histograms
are intentionally leaked.
133
Histograms
snapshot;
147
StringAppendF(output, "Collections of
histograms
for %s\n", query.c_str());
149
output->append("Collections of all
histograms
\n");
151
Histograms
snapshot;
171
Histograms
snapshot;
173
output += "\"
histograms
\":[";
189
void StatisticsRecorder::GetHistograms(
Histograms
* output) {
291
Histograms
* snapshot) {
352
// We are going to leak the
histograms
and the ranges
[
all
...]
sparse_histogram_unittest.cc
89
StatisticsRecorder::
Histograms
histograms
;
local
90
StatisticsRecorder::GetHistograms(&
histograms
);
92
ASSERT_EQ(1U,
histograms
.size());
93
HistogramBase* sparse_histogram =
histograms
[0];
114
StatisticsRecorder::
Histograms
histograms
;
local
115
StatisticsRecorder::GetHistograms(&
histograms
);
116
ASSERT_EQ(2U,
histograms
.size());
118
std::string name1 =
histograms
[0]->histogram_name()
[
all
...]
statistics_recorder_unittest.cc
62
StatisticsRecorder::
Histograms
registered_histograms;
127
StatisticsRecorder::
Histograms
registered_histograms;
161
StatisticsRecorder::
Histograms
snapshot;
175
StatisticsRecorder::
Histograms
registered_histograms;
221
StatisticsRecorder::
Histograms
registered_histograms;
278
ASSERT_TRUE(root_dict->GetList("
histograms
", &histogram_list));
301
ASSERT_TRUE(root_dict->GetList("
histograms
", &histogram_list));
/system/core/metricsd/uploader/
upload_service.cc
182
base::StatisticsRecorder::
Histograms
histograms
;
local
183
base::StatisticsRecorder::GetHistograms(&
histograms
);
/external/ImageMagick/www/api/
histogram.php
9
<title>ImageMagick: MagickCore, C API for ImageMagick: Image
Histograms
</title>
15
<meta name="keywords" content="magickcore, c, api, for, imagemagick:, image,
histograms
, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
Completed in 110 milliseconds