HomeSort by relevance Sort by last modified time
    Searched refs:Histogram (Results 26 - 39 of 39) sorted by null

12

  /external/chromium/chrome/browser/sessions/
session_restore.cc 15 #include "base/metrics/histogram.h"
303 base::Histogram* counter_for_count =
304 base::Histogram::FactoryTimeGet(
309 base::Histogram::kUmaTargetedHistogramFlag);
391 base::Histogram* counter_for_count =
392 base::Histogram::FactoryTimeGet(
397 base::Histogram::kUmaTargetedHistogramFlag);
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 13 // (difference between ping and pong times) as a histogram.
43 #include "base/metrics/histogram.h"
188 // Histogram that keeps track of response times for the watched thread.
189 base::Histogram* histogram_;
200 // if it has been registered, which includes determing the histogram name. This
thread_watcher.cc 173 histogram_ = base::Histogram::FactoryTimeGet(
177 base::Histogram::kUmaTargetedHistogramFlag);
histogram_synchronizer.cc 7 #include "base/metrics/histogram.h"
69 UMA_HISTOGRAM_COUNTS("Histogram.RendersNotRespondingSynchronous",
72 UMA_HISTOGRAM_TIMES("Histogram.FetchRendererHistogramsSynchronously",
118 base::Histogram::DeserializeHistogramInfo(*it);
125 // Record that we have received a histogram from renderer process.
223 UMA_HISTOGRAM_COUNTS("Histogram.RendersNotRespondingAsynchronous",
226 UMA_HISTOGRAM_TIMES("Histogram.FetchRendererHistogramsAsynchronously",
241 // decides to send some histogram data.
  /external/chromium/chrome/browser/net/
url_info.cc 14 #include "base/metrics/histogram.h"
121 // Make a custom linear histogram for the region from 0 to boundary.
123 static base::Histogram* histogram(NULL);
124 if (!histogram)
125 histogram = base::LinearHistogram::FactoryTimeGet(
127 base::Histogram::kUmaTargetedHistogramFlag);
128 histogram->AddTime(queue_duration_);
  /external/chromium/base/
message_loop.h 36 class Histogram;
433 // Start recording histogram info about events and action IF it was enabled
434 // and IF the statistics recorder can accept a registration of our histogram.
437 // Add occurence of event to our histogram, so that we can see what is being
475 // A profiling histogram showing the counts of various messages and events.
476 base::Histogram* message_histogram_;
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 12 #include "base/metrics/histogram.h"
    [all...]
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc 8 #include "base/metrics/histogram.h"
427 base::Histogram::DeserializeHistogramInfo(histogram_list[index]);
  /external/blktrace/btt/doc/
btt.tex 404 \item[Q2D Histogram] A display of histogram buckets for the Q to D times
410 ==================== Q2D Histogram ====================
436 \item[\emph{file}\_qhist.dat] Provides histogram data for the size of
439 \item[\emph{file}\_dhist.dat] Provides histogram data for the size
471 \item[unplug histogram details] A data file per device containing
472 histogram output for the amount of IOs released at unplug time.
552 \newpage\section{\label{sec:hist}Histogram Data Files}
554 The histogram data files provide information concerning incoming and
555 outgoing IO sizes (in blocks). For simplicity, the histogram bucket
    [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc 13 #include "base/metrics/histogram.h"
    [all...]
  /external/opencv/cv/src/
cvsmooth.cpp 537 * This structure represents a two-tier histogram. The first tier (known as the
550 } Histogram;
553 * HOP is short for Histogram OPeration. This macro makes an operation \a op on
554 * histogram \a h for pixel value \a x. It takes care of handling both levels.
606 * Subtracts histogram \a x from \a y and stores the result in \a y. Makes use
656 Histogram H[4];
744 /* Update corresponding histogram segment */
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 11 #include "base/metrics/histogram.h"
27 using base::Histogram;
  /external/chromium/chrome/browser/extensions/
extension_service.cc 13 #include "base/metrics/histogram.h"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 406 milliseconds

12