Searched refs:Histogram (Results 1 - 25 of 93) sorted by relevance

1234

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dhistogram.h12 class Histogram { class in namespace:leveldb
14 Histogram() { } function in class:leveldb::Histogram
15 ~Histogram() { }
19 void Merge(const Histogram& other);
H A Dhistogram.cc12 const double Histogram::kBucketLimit[kNumBuckets] = {
33 void Histogram::Clear() {
44 void Histogram::Add(double value) {
58 void Histogram::Merge(const Histogram& other) {
69 double Histogram::Median() const {
73 double Histogram::Percentile(double p) const {
94 double Histogram::Average() const {
99 double Histogram::StandardDeviation() const {
105 std::string Histogram
[all...]
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhistogram.h34 struct Histogram { struct in namespace:brotli
35 Histogram() { function in struct:brotli::Histogram
56 void AddHistogram(const Histogram& v) {
76 typedef Histogram<256> HistogramLiteral;
78 typedef Histogram<kNumCommandPrefixes> HistogramCommand;
79 typedef Histogram<kNumDistancePrefixes> HistogramDistance;
80 typedef Histogram<kNumBlockLenPrefixes> HistogramBlockLength;
82 typedef Histogram<272> HistogramContextMap;
84 typedef Histogram<258> HistogramBlockType;
H A Dcluster.h63 void CompareAndPushToHeap(const Histogram<kSize>* out,
93 Histogram<kSize> combo = out[idx1];
109 void HistogramCombine(Histogram<kSize>* out,
178 // Histogram refinement
182 double HistogramBitCostDistance(const Histogram<kSize>& histogram,
183 const Histogram<kSize>& candidate) {
187 Histogram<kSize> tmp = histogram;
195 void HistogramRemap(const Histogram<kSize>* in, int in_size,
196 Histogram<kSize>* out, int* symbols) {
228 void HistogramReindex(std::vector<Histogram<kSiz
[all...]
H A Dbit_cost.h40 const Histogram<kCodeLengthCodes>& histogram,
109 double PopulationCost(const Histogram<kSize>& histogram) {
/external/chromium_org/base/metrics/
H A Dhistogram_unittest.cc5 // Test of Histogram class
28 // Each test will have a clean state (no Histogram / BucketRanges
52 HistogramBase* histogram = Histogram::FactoryGet(
90 Histogram::InitializeBucketRanges(1, 64, &ranges);
99 // Check the corresponding Histogram will use the correct ranges.
100 Histogram* histogram = static_cast<Histogram*>(
101 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags));
107 Histogram
[all...]
H A Dstatistics_recorder_unittest.cc19 // Each test will have a clean state (no Histogram / BucketRanges
37 Histogram* CreateHistogram(const std::string& name,
42 Histogram::InitializeBucketRanges(min, max, ranges);
45 return new Histogram(name, min, max, registered_ranges);
66 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
122 // Create a Histogram that was not registered.
123 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
129 // Register the Histogram.
135 // Register the same Histogram again.
144 HistogramBase* histogram1 = Histogram
[all...]
H A Dhistogram.cc5 // Histogram is an object that aggregates statistics, and can summarize them in
48 DLOG(ERROR) << "Pickle error decoding Histogram: " << *histogram_name;
53 // checks above and beyond those in Histogram::Initialize()
59 DLOG(ERROR) << "Values error decoding Histogram: " << histogram_name;
73 const Histogram& casted_histogram =
74 static_cast<const Histogram&>(histogram);
85 const size_t Histogram::kBucketCount_MAX = 16384u;
87 HistogramBase* Histogram::FactoryGet(const string& name,
104 Histogram* tentative_histogram =
105 new Histogram(nam
303 Histogram::Histogram(const string& name, function in class:base::Histogram
[all...]
H A Dhistogram_delta_serialization.cc41 "Histogram.Inconsistencies" + caller_name, 1,
48 "Histogram.Inconsistencies" + caller_name + "Unique", 1,
54 Histogram::FactoryGet(
55 "Histogram.InconsistentSnapshot" + caller_name, 1, 1000000, 50,
69 Histogram::kIPCSerializationSourceFlag, Histogram::kNoFlags);
H A Dhistogram.h5 // Histogram is an object that aggregates statistics, and can summarize them in
12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
32 // (Histogram::kBucketCount_MAX - 1).
34 // The buckets layout of class Histogram is exponential. For example, buckets
39 // Histogram count("some name", 1, 64, 8);
44 // in each consecutive bucket. The Histogram class automatically calculates
111 base::Histogram* histogram_pointer(reinterpret_cast<base::Histogram*>(
118 histogram_pointer = base::Histogram
316 class BASE_EXPORT Histogram : public HistogramBase { class in namespace:base
[all...]
H A Dhistogram_delta_serialization_unittest.cc24 HistogramBase* histogram = Histogram::FactoryGet(
/external/chromium_org/net/socket/
H A Dclient_socket_pool_histograms.cc16 using base::Histogram;
30 request_time_ = Histogram::FactoryTimeGet(
36 unused_idle_time_ = Histogram::FactoryTimeGet(
42 reused_idle_time_ = Histogram::FactoryTimeGet(
/external/chromium_org/net/disk_cache/blockfile/
H A Dhistogram_macros.h23 base::HistogramBase* counter = base::Histogram::FactoryGet( \
25 base::Histogram::kUmaTargetedHistogramFlag); \
40 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( \
42 base::Histogram::kUmaTargetedHistogramFlag); \
53 base::Histogram::kUmaTargetedHistogramFlag); \
H A Dhistogram_macros_v3.h24 counter = base::Histogram::FactoryGet( \
26 base::Histogram::kUmaTargetedHistogramFlag); \
43 counter = base::Histogram::FactoryTimeGet( \
45 base::Histogram::kUmaTargetedHistogramFlag); \
58 base::Histogram::kUmaTargetedHistogramFlag); \
/external/chromium_org/components/policy/core/common/
H A Dpolicy_load_status.cc23 base::Histogram::kUmaTargetedHistogramFlag)) {
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy_browsertest.cc83 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
91 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
128 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
157 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
187 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
269 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
276 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
286 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
293 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
/external/chromium_org/base/test/
H A Dhistogram_tester.h61 base::Histogram::Count expected_count,
68 base::Histogram::Count expected_count,
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer.cc31 base::Histogram::FactoryTimeGet(
36 base::Histogram::kUmaTargetedHistogramFlag);
/external/chromium_org/v8/src/
H A Dcounters.cc25 void Histogram::AddSample(int sample) {
31 void* Histogram::CreateHistogram() const {
59 name##_ = Histogram(#caption, min, max, num_buckets, isolate);
69 name##_ = Histogram(#caption, 0, 101, 100, isolate);
74 name##_ = Histogram(#caption, 1000, 500000, 50, isolate);
/external/chromium_org/components/nacl/renderer/
H A Dhistogram.cc17 base::Histogram::FactoryGet(
93 base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
109 base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
125 base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
139 base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_user_data_logger.cc187 base::Histogram::kUmaTargetedHistogramFlag);
209 base::Histogram::kUmaTargetedHistogramFlag);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc68 // Histogram macros can't be used with variable names, since they cache
73 base::Histogram::FactoryGet(
78 base::Histogram::kUmaTargetedHistogramFlag);
86 base::Histogram::FactoryTimeGet(
91 base::Histogram::kUmaTargetedHistogramFlag);
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.cc37 if (!base::Histogram::InspectConstructionArguments(
171 base::Histogram::FactoryGet(sample.name(),
175 base::Histogram::kUmaTargetedHistogramFlag);
191 base::Histogram::kUmaTargetedHistogramFlag);
213 // Do not use the UMA_HISTOGRAM_... macros here. They cache the Histogram
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dstep.cc77 base::HistogramBase* histogram = base::Histogram::FactoryTimeGet(
/external/chromium_org/chrome/browser/mac/
H A Dmac_startup_profiler.cc74 base::HistogramBase* histogram = base::Histogram::FactoryTimeGet(

Completed in 2644 milliseconds

1234