Searched defs:bucket_count (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/base/metrics/
H A Dbucket_ranges.h46 size_t bucket_count() const { return ranges_.size() - 1; } function in class:base::BucketRanges
H A Dhistogram_unittest.cc256 size_t array_size = histogram->bucket_count();
281 size_t bucket_count = test_custom_histogram->bucket_count(); local
282 EXPECT_EQ(0, custom_samples->GetCountAtIndex(bucket_count - 2));
283 EXPECT_EQ(3, custom_samples->GetCountAtIndex(bucket_count - 1));
397 int64 bucket_count; local
398 EXPECT_TRUE(iter.ReadInt64(&bucket_count));
399 EXPECT_EQ(8, bucket_count);
426 int64 bucket_count; local
430 iter.ReadInt64(&bucket_count)
[all...]
H A Dsample_vector.cc18 : counts_(bucket_ranges->bucket_count()),
20 CHECK_GE(bucket_ranges_->bucket_count(), 1u);
90 size_t bucket_count = bucket_ranges_->bucket_count(); local
91 CHECK_GE(bucket_count, 1u);
93 CHECK_LT(value, bucket_ranges_->range(bucket_count));
96 size_t over = bucket_count;
119 CHECK_GE(bucket_ranges_->bucket_count(), counts_->size());
H A Dstatistics_recorder_unittest.cc40 size_t bucket_count) {
41 BucketRanges* ranges = new BucketRanges(bucket_count + 1);
37 CreateHistogram(const std::string& name, HistogramBase::Sample min, HistogramBase::Sample max, size_t bucket_count) argument
H A Dhistogram.cc40 uint64* bucket_count,
46 !iter->ReadUInt64(bucket_count) ||
57 INT_MAX / sizeof(HistogramBase::Count) <= *bucket_count ||
58 *bucket_count < 2) {
90 size_t bucket_count,
93 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count);
99 BucketRanges* ranges = new BucketRanges(bucket_count + 1);
113 if (!histogram->HasConstructionArguments(minimum, maximum, bucket_count)) {
129 size_t bucket_count,
132 bucket_count, flag
35 ReadHistogramArguments(PickleIterator* iter, string* histogram_name, int* flags, int* declared_min, int* declared_max, uint64* bucket_count, uint32* range_checksum) argument
87 FactoryGet(const string& name, Sample minimum, Sample maximum, size_t bucket_count, int32 flags) argument
126 FactoryTimeGet(const string& name, TimeDelta minimum, TimeDelta maximum, size_t bucket_count, int32 flags) argument
154 size_t bucket_count = ranges->bucket_count(); local
213 size_t Histogram::bucket_count() const { function in class:base::Histogram
218 InspectConstructionArguments(const string& name, Sample* minimum, Sample* maximum, size_t* bucket_count) argument
233 << *bucket_count; local
349 uint64 bucket_count; local
517 FactoryGet(const string& name, Sample minimum, Sample maximum, size_t bucket_count, int32 flags) argument
526 FactoryTimeGet(const string& name, TimeDelta minimum, TimeDelta maximum, size_t bucket_count, int32 flags) argument
535 FactoryGetWithRangeDescription( const std::string& name, Sample minimum, Sample maximum, size_t bucket_count, int32 flags, const DescriptionPair descriptions[]) argument
621 size_t bucket_count = ranges->bucket_count(); local
637 uint64 bucket_count; local
692 uint64 bucket_count; local
787 uint64 bucket_count; local
[all...]
/external/chromium_org/chrome/browser/mac/
H A Dmac_startup_profiler.cc69 int bucket_count = 100; local
78 bucket_count,
/external/chromium_org/ppapi/thunk/
H A Dppb_uma_private_thunk.cc25 uint32_t bucket_count) {
35 bucket_count);
43 uint32_t bucket_count) {
53 bucket_count);
20 HistogramCustomTimes(PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
38 HistogramCustomCounts(PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dmetrics_handler.cc71 int bucket_count = int_boundary_value; local
72 while (bucket_count >= 100) {
73 bucket_count /= 10;
80 histogram_name, 1, int_boundary_value, bucket_count + 1,
/external/chromium_org/ppapi/cpp/private/
H A Duma_private.cc41 uint32_t bucket_count) {
46 sample, min, max, bucket_count);
53 uint32_t bucket_count) {
58 sample, min, max, bucket_count);
37 HistogramCustomTimes(const std::string& name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
49 HistogramCustomCounts(const std::string& name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/components/metrics/serialization/
H A Dmetric_sample.cc22 int bucket_count)
28 bucket_count_(bucket_count) {
95 const int MetricSample::bucket_count() const { function in class:metrics::MetricSample
113 int bucket_count) {
115 HISTOGRAM, histogram_name, sample, min, max, bucket_count));
126 int sample, min, max, bucket_count; local
130 !base::StringToInt(parts[4], &bucket_count)) {
134 return HistogramSample(parts[0], sample, min, max, bucket_count);
17 MetricSample(MetricSample::SampleType sample_type, const std::string& metric_name, int sample, int min, int max, int bucket_count) argument
108 HistogramSample( const std::string& histogram_name, int sample, int min, int max, int bucket_count) argument
/external/chromium_org/ppapi/proxy/
H A Duma_private_resource.cc46 uint32_t bucket_count) {
54 bucket_count));
63 uint32_t bucket_count) {
71 bucket_count));
40 HistogramCustomTimes( PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
57 HistogramCustomCounts( PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h141 inline size_t bucket_count() const { return data_.bucket_count(); } function in class:base::ScopedPtrHashMap
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_uma_host.cc132 uint32_t bucket_count) {
136 RETURN_IF_BAD_ARGS(min, max, bucket_count);
142 bucket_count,
157 uint32_t bucket_count) {
161 RETURN_IF_BAD_ARGS(min, max, bucket_count);
167 bucket_count,
126 OnHistogramCustomTimes( ppapi::host::HostMessageContext* context, const std::string& name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
151 OnHistogramCustomCounts( ppapi::host::HostMessageContext* context, const std::string& name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.cc36 size_t bucket_count) {
38 name, &minimum, &maximum, &bucket_count))
44 return histogram->HasConstructionArguments(minimum, maximum, bucket_count);
165 sample.name(), sample.min(), sample.max(), sample.bucket_count())) {
174 sample.bucket_count(),
33 CheckValues(const std::string& name, int minimum, int maximum, size_t bucket_count) argument
/external/chromium_org/chrome/browser/extensions/api/metrics_private/
H A Dmetrics_apitest.cc62 int bucket_count; member in struct:__anon3771::SparseHistogram
127 for (int j = 0; j < sparse_histogram.bucket_count; ++j) {
/external/chromium_org/components/nacl/renderer/
H A Dhistogram.cc15 uint32_t bucket_count) {
21 bucket_count,
11 HistogramCustomCounts(const std::string& name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h84 uint32_t bucket_count; // The number of buckets in this hash table. member in struct:llvm::DwarfAccelTable::TableHeader
95 hash_function(dwarf::DW_hash_function_djb), bucket_count(0),
103 << "Bucket Count: " << bucket_count << "\n"
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc180 int* bucket_count) {
212 if (bucket_count != NULL) {
213 ++(*bucket_count);
178 GetBucket( int depth, const void* const key[], Bucket** table, int* bucket_count) argument
/external/stlport/stlport/stl/
H A D_hash_map.h224 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_map
410 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multimap
H A D_hash_set.h219 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_set
401 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multiset
H A D_unordered_map.h175 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_map
335 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multimap
H A D_unordered_set.h161 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_set
311 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multiset
/external/stlport/stlport/stl/debug/
H A D_hashtable.h187 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
192 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
200 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
205 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
315 size_type bucket_count() const { return _M_non_dbg_impl.bucket_count(); } function in class:hashtable
318 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.cc94 size_t bucket_count) {
100 maximum + 1, // Ensure bucket size of |maximum| / |bucket_count|.
101 bucket_count + 2, // Account for the underflow and overflow bins.
91 RecordLinearHistogram(const std::string& name, int sample, int maximum, size_t bucket_count) argument
/external/chromium_org/content/child/
H A Dblink_platform_impl.cc525 const char* name, int sample, int min, int max, int bucket_count) {
529 base::Histogram::FactoryGet(name, min, max, bucket_count,
524 histogramCustomCounts( const char* name, int sample, int min, int max, int bucket_count) argument

Completed in 1938 milliseconds

12