HomeSort by relevance Sort by last modified time
    Searched refs:histograms (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 23 // Make sure histograms from child processes have been accumulated in the
25 UMAHistogramHelper histograms;
26 histograms.Fetch();
29 histograms.ExpectUniqueSample("NaCl.LoadStatus.Plugin",
33 histograms.ExpectUniqueSample("NaCl.LoadStatus.SelLdr",
36 // Make sure we have other important histograms.
38 histograms.ExpectTotalCount("NaCl.Perf.StartupTime.LoadModule", 1);
39 histograms.ExpectTotalCount("NaCl.Perf.StartupTime.Total", 1);
40 histograms.ExpectTotalCount("NaCl.Perf.Size.Manifest", 1);
41 histograms.ExpectTotalCount("NaCl.Perf.Size.Nexe", 1)
    [all...]
  /external/chromium_org/chrome/browser/accessibility/
browser_accessibility_state_browsertest.cc 13 // histograms won't get updated.
18 UMAHistogramHelper histograms; local
21 histograms.Fetch();
22 histograms.ExpectTotalCount("Accessibility.State", 1);
24 histograms.ExpectTotalCount("Accessibility.WinScreenReader", 1);
26 histograms.ExpectTotalCount("Accessibility.CrosSpokenFeedback", 1);
  /external/chromium_org/tools/metrics/histograms/
validate_format.py 5 """Verifies that the histograms XML file is well-formatted."""
12 histograms = extract_histograms.ExtractHistograms('histograms.xml')
extract_histograms.py 8 see histograms.xml; however, here is a simple example to get you started. The
9 XML below will generate the following five histograms:
19 <histograms>
30 </histograms>
158 filename: The path to the histograms XML file.
166 # Slurp in histograms.xml
175 histograms = {}
226 # Process the histograms. The descriptions can include HTML tags.
231 logging.error('Histograms %s and %s are not in alphabetical order'
235 if name in histograms
    [all...]
find_unmapped_histograms.py 5 """Scans the Chromium source for histograms that are absent from histograms.xml.
8 all histograms in the Chromium source are properly mapped. Notably, field
138 logging.info('Scanning Chromium source for histograms...')
147 histograms = set()
168 histograms.add(histogram_stripped)
170 return histograms
174 """Parses all histogram names from histograms.xml.
179 logging.info('Reading histograms from %s...' % histograms_file_location)
180 histograms = extract_histograms.ExtractHistograms(histograms_file_location
    [all...]
  /external/chromium_org/base/metrics/
sparse_histogram_unittest.cc 71 StatisticsRecorder::Histograms histograms; local
72 StatisticsRecorder::GetHistograms(&histograms);
74 ASSERT_EQ(1U, histograms.size());
75 HistogramBase* sparse_histogram = histograms[0];
90 StatisticsRecorder::Histograms histograms; local
91 StatisticsRecorder::GetHistograms(&histograms);
93 ASSERT_EQ(1U, histograms.size());
94 HistogramBase* sparse_histogram = histograms[0]
109 StatisticsRecorder::Histograms histograms; local
    [all...]
histogram_snapshot_manager.cc 30 StatisticsRecorder::Histograms histograms; local
31 StatisticsRecorder::GetHistograms(&histograms);
32 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin();
33 histograms.end() != it;
52 // Crash if we detect that our histograms have been overwritten. This may be
  /external/chromium/base/metrics/
histogram_unittest.cc 74 // Test a statistics recorder, by letting histograms register.
77 StatisticsRecorder::Histograms histograms; local
78 EXPECT_EQ(0U, histograms.size());
79 StatisticsRecorder::GetHistograms(&histograms); // Load up lists
80 EXPECT_EQ(0U, histograms.size());
86 histograms.clear();
87 StatisticsRecorder::GetHistograms(&histograms); // Load up lists
88 EXPECT_EQ(1U, histograms.size());
92 histograms.clear()
152 StatisticsRecorder::Histograms histograms; local
231 StatisticsRecorder::Histograms histograms; local
    [all...]
  /external/chromium/net/socket/
client_socket_handle.cc 95 ClientSocketPoolHistograms* histograms = pool_->histograms(); local
96 histograms->AddSocketType(reuse_type());
99 histograms->AddRequestTime(setup_time());
102 histograms->AddUnusedIdleTime(idle_time());
105 histograms->AddReusedIdleTime(idle_time());
socks_client_socket_pool.cc 222 ClientSocketPoolHistograms* histograms,
227 base_(max_sockets, max_sockets_per_group, histograms,
313 ClientSocketPoolHistograms* SOCKSClientSocketPool::histograms() const { function in class:net::SOCKSClientSocketPool
314 return base_.histograms();
socks_client_socket_pool.h 117 ClientSocketPoolHistograms* histograms,
161 virtual ClientSocketPoolHistograms* histograms() const;
tcp_client_socket_pool.h 126 ClientSocketPoolHistograms* histograms,
171 virtual ClientSocketPoolHistograms* histograms() const;
  /external/chromium_org/net/socket/
client_socket_handle.cc 133 ClientSocketPoolHistograms* histograms = pool_->histograms(); local
134 histograms->AddErrorCode(result);
146 histograms->AddSocketType(reuse_type());
149 histograms->AddRequestTime(setup_time());
152 histograms->AddUnusedIdleTime(idle_time());
155 histograms->AddReusedIdleTime(idle_time());
socks_client_socket_pool.cc 191 ClientSocketPoolHistograms* histograms,
196 base_(max_sockets, max_sockets_per_group, histograms,
298 ClientSocketPoolHistograms* SOCKSClientSocketPool::histograms() const { function in class:net::SOCKSClientSocketPool
299 return base_.histograms();
  /external/chromium_org/tools/perf/measurements/
memory.py 23 self.histograms = (
38 for h in self.histograms:
45 # memory histograms (V8.Something_gmail) instead of the generic histograms
48 # customizing, so that we get the same generic histograms produced for all
62 for h in self.histograms:
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_apitest.cc 28 // histograms. If the tests in test.js are modified, this array may need to be
102 base::StatisticsRecorder::Histograms histograms; local
103 base::StatisticsRecorder::GetHistograms(&histograms);
112 for (j = 0; j < histograms.size(); ++j) {
113 base::HistogramBase* histogram(histograms[j]);
122 EXPECT_LT(j, histograms.size());
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 61 + (uint64_t)size * sizeof(*set->histograms)
62 + (uint64_t)size * sizeof(**set->histograms);
68 set->histograms = (VP8LHistogram**)memory;
69 memory += size * sizeof(*set->histograms);
74 set->histograms[i] = bulk + i;
75 VP8LHistogramInit(set->histograms[i], cache_bits);
341 VP8LHistogram** const histograms = image->histograms; local
346 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
378 // Copy histograms from in[] to out[]
    [all...]
histogram.h 12 // Models the histograms of literal and distance codes.
31 // A simple container for histograms of data.
45 // Collection of histograms with fixed capacity, allocated as one
50 VP8LHistogram** histograms; member in struct:__anon14011
69 // Allocate an array of pointer to histograms, allocated and initialized
  /external/webp/src/enc/
histogram.c 61 + (uint64_t)size * sizeof(*set->histograms)
62 + (uint64_t)size * sizeof(**set->histograms);
68 set->histograms = (VP8LHistogram**)memory;
69 memory += size * sizeof(*set->histograms);
74 set->histograms[i] = bulk + i;
75 VP8LHistogramInit(set->histograms[i], cache_bits);
341 VP8LHistogram** const histograms = image->histograms; local
346 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
378 // Copy histograms from in[] to out[]
    [all...]
histogram.h 12 // Models the histograms of literal and distance codes.
31 // A simple container for histograms of data.
45 // Collection of histograms with fixed capacity, allocated as one
50 VP8LHistogram** histograms; member in struct:__anon30377
69 // Allocate an array of pointer to histograms, allocated and initialized
  /external/chromium/chrome/browser/extensions/
extension_metrics_apitest.cc 28 // histograms. If the tests in test.js are modified, this array may need to be
113 base::StatisticsRecorder::Histograms histograms; local
114 base::StatisticsRecorder::GetHistograms(&histograms);
125 for (j = 0; j < histograms.size(); ++j) {
126 base::Histogram* histogram(histograms[j]);
136 EXPECT_LT(j, histograms.size());
  /external/skia/tools/
bbh_shootout.cpp 319 SkTArray<Histogram> histograms[kNumBenchmarks]; local
322 histograms[i].reset(argc - 1);
326 histograms[i]);
357 recLine.appendf("%f ", histograms[0][i].fCpuTime); // Append normal_record time
358 recLine.appendf("%f", histograms[1][i].fCpuTime); // Append rtree_record time
362 pbLine.appendf("%f ", histograms[2][i].fCpuTime); // Start with normal playback time.
365 pbLine.appendf("%f ", histograms[j][i].fCpuTime);
  /external/linux-tools-perf/util/
annotate.h 43 * @histogram: Array of addr hit histograms per event being monitored
58 struct sym_hist histograms[0]; member in struct:annotated_source
73 return (((void *)&notes->src->histograms) +
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 24 // respond by gathering snapshots of all internal histograms, calculating what
29 // blocks the UI thread, waiting to populate an about:histograms tab) and the
73 // changes to histograms. Return when all changes have been acquired, or when
75 // main UI thread from about:histograms.
79 // changes to histograms. When all changes have been acquired, or when the
85 // This method is called on the IO thread. Deserializes the histograms and
86 // records that we have received histograms from a renderer process.
88 int sequence_number, const std::vector<std::string>& histograms);
92 // the need to supply, to the browser, any changes in their histograms.
126 // to update histograms, and to signal that thread when updates are completed
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool.h 178 ClientSocketPoolHistograms* histograms,
223 virtual ClientSocketPoolHistograms* histograms() const;

Completed in 541 milliseconds

1 2 3