Searched refs:histograms (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/base/metrics/
H A Dhistogram_unittest.cc74 // 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();
93 StatisticsRecorder::GetHistograms(&histograms); // Loa
152 StatisticsRecorder::Histograms histograms; local
231 StatisticsRecorder::Histograms histograms; local
[all...]
H A Dhistogram.cc329 // Since snapshots of histograms are taken asynchronously relative to
335 // not the result of a corruption. If histograms show that 1 is "too tight"
966 // The next section handles global (central) support for all histograms, as well
997 HistogramMap* histograms = NULL; local
1000 histograms = histograms_;
1003 delete histograms;
1065 StringAppendF(output, "Collections of histograms for %s\n", query.c_str());
1067 output->append("Collections of all histograms\n");
/external/chromium/net/socket/
H A Dclient_socket_handle.cc95 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());
H A Dsocks_client_socket_pool.cc222 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();
219 SOCKSClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, TransportClientSocketPool* transport_pool, NetLog* net_log) argument
H A Dsocks_client_socket_pool.h117 ClientSocketPoolHistograms* histograms,
161 virtual ClientSocketPoolHistograms* histograms() const;
H A Dtcp_client_socket_pool.h126 ClientSocketPoolHistograms* histograms,
171 virtual ClientSocketPoolHistograms* histograms() const;
H A Dtransport_client_socket_pool.h147 ClientSocketPoolHistograms* histograms,
192 virtual ClientSocketPoolHistograms* histograms() const;
H A Dtcp_client_socket_pool.cc247 ClientSocketPoolHistograms* histograms,
251 : base_(max_sockets, max_sockets_per_group, histograms,
351 ClientSocketPoolHistograms* TCPClientSocketPool::histograms() const { function in class:net::TCPClientSocketPool
352 return base_.histograms();
244 TCPClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, ClientSocketFactory* client_socket_factory, NetLog* net_log) argument
H A Dclient_socket_pool.h134 // The set of histograms specific to this pool. We can't use the standard
136 virtual ClientSocketPoolHistograms* histograms() const = 0;
H A Dtransport_client_socket_pool.cc425 ClientSocketPoolHistograms* histograms,
429 : base_(max_sockets, max_sockets_per_group, histograms,
529 ClientSocketPoolHistograms* TransportClientSocketPool::histograms() const { function in class:net::TransportClientSocketPool
530 return base_.histograms();
422 TransportClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, ClientSocketFactory* client_socket_factory, NetLog* net_log) argument
H A Dssl_client_socket_pool.h186 ClientSocketPoolHistograms* histograms,
238 virtual ClientSocketPoolHistograms* histograms() const;
H A Dssl_client_socket_pool.cc497 ClientSocketPoolHistograms* histograms,
512 base_(max_sockets, max_sockets_per_group, histograms,
634 ClientSocketPoolHistograms* SSLClientSocketPool::histograms() const { function in class:net::SSLClientSocketPool
635 return base_.histograms();
494 SSLClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, CertVerifier* cert_verifier, DnsRRResolver* dnsrr_resolver, DnsCertProvenanceChecker* dns_cert_checker, SSLHostInfoFactory* ssl_host_info_factory, ClientSocketFactory* client_socket_factory, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, SSLConfigService* ssl_config_service, NetLog* net_log) argument
H A Dclient_socket_pool_base.h638 ClientSocketPoolHistograms* histograms,
642 : histograms_(histograms),
752 ClientSocketPoolHistograms* histograms() const { function in class:net::ClientSocketPoolBase
635 ClientSocketPoolBase( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, base::TimeDelta unused_idle_socket_timeout, base::TimeDelta used_idle_socket_timeout, ConnectJobFactory* connect_job_factory) argument
H A Dsocket_test_util.cc1241 ClientSocketPoolHistograms* histograms,
1243 : TransportClientSocketPool(max_sockets, max_sockets_per_group, histograms,
1341 ClientSocketPoolHistograms* histograms,
1343 : SOCKSClientSocketPool(max_sockets, max_sockets_per_group, histograms,
1238 MockTransportClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, ClientSocketFactory* socket_factory) argument
1338 MockSOCKSClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, TransportClientSocketPool* transport_pool) argument
/external/webp/src/enc/
H A Dhistogram.c59 + size * sizeof(*set->histograms)
60 + size * sizeof(**set->histograms);
66 set->histograms = (VP8LHistogram**)memory;
67 memory += size * sizeof(*set->histograms);
72 set->histograms[i] = bulk + i;
73 VP8LHistogramInit(set->histograms[i], cache_bits);
229 VP8LHistogram** const histograms = image->histograms; local
234 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
265 // Copy histograms fro
[all...]
H A Dhistogram.h10 // Models the histograms of literal and distance codes.
29 // A simple container for histograms of data.
43 // Collection of histograms with fixed capacity, allocated as one
48 VP8LHistogram** histograms; member in struct:__anon15054
67 // Allocate an array of pointer to histograms, allocated and initialized
H A Dvp8l.c188 // Iterate over all histograms and get the aggregate number of codes used.
190 const VP8LHistogram* const histo = histogram_image->histograms[i];
225 VP8LHistogram* const histo = histogram_image->histograms[i];
242 // and more spiking histograms.
480 VP8LHistogramStoreRefs(&refs, histogram_image->histograms[0]);
601 // Free combined histograms.
/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_apitest.cc28 // 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/linux-tools-perf/util/
H A Dannotate.h43 * @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/
H A Dhistogram_synchronizer.h24 // 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, an
[all...]
H A Dhistogram_synchronizer.cc113 const std::vector<std::string>& histograms) {
115 for (std::vector<std::string>::const_iterator it = histograms.begin();
116 it < histograms.end();
111 DeserializeHistogramList( int sequence_number, const std::vector<std::string>& histograms) argument
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc194 // the code, but forgot to update the descriptive list of histograms. When
515 StatisticsRecorder::Histograms histograms; local
516 StatisticsRecorder::GetHistograms(&histograms);
517 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin();
518 histograms.end() != it;
536 // Crash if we detect that our histograms have been overwritten. This may be
/external/chromium/net/http/
H A Dhttp_proxy_client_socket_pool.cc424 ClientSocketPoolHistograms* histograms,
431 base_(max_sockets, max_sockets_per_group, histograms,
525 ClientSocketPoolHistograms* HttpProxyClientSocketPool::histograms() const { function in class:net::HttpProxyClientSocketPool
526 return base_.histograms();
421 HttpProxyClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, TransportClientSocketPool* transport_pool, SSLClientSocketPool* ssl_pool, NetLog* net_log) argument
H A Dhttp_proxy_client_socket_pool.h178 ClientSocketPoolHistograms* histograms,
223 virtual ClientSocketPoolHistograms* histograms() const;
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc100 const std::vector<std::string>& histograms) {
101 HistogramSynchronizer::DeserializeHistogramList(sequence_number, histograms);
98 OnRendererHistograms( int sequence_number, const std::vector<std::string>& histograms) argument

Completed in 325 milliseconds

12