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

1 2

  /external/chromium/base/
histogram_unittest.cc 55 // Test a statistics recorder, by letting histograms register.
58 StatisticsRecorder::Histograms histograms; local
59 EXPECT_EQ(0U, histograms.size());
60 StatisticsRecorder::GetHistograms(&histograms); // Load up lists
61 EXPECT_EQ(0U, histograms.size());
66 histograms.clear();
67 StatisticsRecorder::GetHistograms(&histograms); // Load up lists
68 EXPECT_EQ(1U, histograms.size());
71 histograms.clear()
108 StatisticsRecorder::Histograms histograms; local
    [all...]
histogram.h 211 /* These enums are meant to facilitate deserialization of renderer histograms
310 // Support generic flagging of Histograms.
317 // Convenience methods for serializing/deserializing the histograms.
318 // Histograms from Renderer process are serialized and sent to the browser.
320 // accumulates the browser-side shadow copy of histograms (that mirror
321 // histograms created in the renderer).
327 // The following method accepts a list of pickled histograms and
530 // StatisticsRecorder handles all histograms in the system. It provides a
531 // general place for histograms to register, and supports a global API for
532 // accessing (i.e., dumping, or graphing) the data in all the histograms
    [all...]
histogram.cc 694 // The next section handles global (central) support for all histograms, as well
751 output->append("<html><head><title>About Histograms");
759 Histograms snapshot;
761 for (Histograms::iterator it = snapshot.begin();
776 StringAppendF(output, "Collections of histograms for %s\n", query.c_str());
778 output->append("Collections of all histograms\n");
780 Histograms snapshot;
782 for (Histograms::iterator it = snapshot.begin();
791 void StatisticsRecorder::GetHistograms(Histograms* output) {
816 Histograms* snapshot)
    [all...]
field_trial.h 45 // We then modify any histograms we wish to correlate with our experiment to
52 // The above code will create 3 distinct histograms, with each run of the
85 // histograms will get unique names via the MakeName() methods.
  /external/chromium/net/ftp/
ftp_server_type_histograms.cc 13 // Ignore the shape, average, and standard deviation of the histograms because
16 // We use two histograms. In the first histogram we tally whether the user has
ftp_network_transaction.cc     [all...]
  /external/chromium/net/base/
run_all_unittests.cc 34 // Record histograms, so we can get histograms data in tests.
connection_type_histograms.cc 13 // deviation of the histograms because they are meaningless.
connection_type_histograms.h 35 // Update the connection type histograms. |type| is the connection type.
sdch_filter.h 99 // Visit about:histograms/Sdch to see histogram data.
filter.h 56 // Enum to control what histograms are emitted near end-of-life of this
  /external/chromium/net/disk_cache/
histogram_macros.h 6 // cache. The main issue is that we want to have separate histograms for each
backend_impl.h 163 // Returns true if we should send histograms for this user again. The caller
  /external/blktrace/doc/
blkiomon.8 18 histograms as well as data that can be used to calculate min, max, average
  /external/chromium/net/socket_stream/
socket_stream_metrics_unittest.cc 28 // as histograms can get affected by other tests. In particular,
29 // SocketStreamTest and WebSocketTest can affect the histograms.
  /external/chromium/net/url_request/
url_request_job.h 319 // Record packet arrival times for possible use in histograms.
357 // used for histograms etc., and is not required. It is optionally gathered
390 // last time for use in histograms.
url_request_job.cc 705 // We already provided interpacket histograms above in the SDCH_DECODE
  /external/v8/tools/
process-heap-prof.py 32 # to produce heap usage histograms.
  /external/chromium/net/flip/
flip_stream.h 159 // Update the histograms. Can safely be called repeatedly, but should only
  /external/libvpx/examples/includes/geshi/geshi/
gnuplot.php 192 'financebars', 'fsteps', 'histeps', 'histograms',
  /external/chromium/net/http/
http_network_transaction.h 134 // Record histograms of latency until Connect() completes.
  /external/v8/src/
compilation-cache.cc 41 // The number of ScriptGenerations is carefully chosen based on histograms.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
function.h 488 /* Value histograms attached to particular statements. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 488 /* Value histograms attached to particular statements. */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gprof.info     [all...]

Completed in 596 milliseconds

1 2