HomeSort by relevance Sort by last modified time
    Searched refs:histogramCustomCounts (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLResourcePreloader.cpp 92 blink::Platform::current()->histogramCustomCounts("WebCore.PreloadDelayMs", static_cast<int>(1000 * (monotonicallyIncreasingTime() - preload->discoveryTime())), 0, 2000, 20);
HTMLScriptRunner.cpp 160 blink::Platform::current()->histogramCustomCounts("WebCore.Scripts.ParsingBlocking.TimeBetweenLoadedAndCompiled", (compilationFinishTime - loadFinishTime) * 1000, 0, 10000, 50);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RemoteFontFaceSource.cpp 157 blink::Platform::current()->histogramCustomCounts("WebFont.BlankTextShownTime", duration, 0, 10000, 50);
165 blink::Platform::current()->histogramCustomCounts(histogramName(font), duration, 0, 10000, 50);
FontFaceSet.cpp 553 blink::Platform::current()->histogramCustomCounts("WebFont.WebFontsInPage", m_count, 1, 100, 50);
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceUserTiming.cpp 110 blink::Platform::current()->histogramCustomCounts("PLT.UserTiming_Mark", static_cast<int>(startTime), 0, 600000, 100);
159 blink::Platform::current()->histogramCustomCounts("PLT.UserTiming_MeasureDuration", static_cast<int>(endTime - startTime), 0, 600000, 100);
  /external/chromium_org/content/child/
blink_platform_impl.h 95 virtual void histogramCustomCounts(
blink_platform_impl.cc 524 void BlinkPlatformImpl::histogramCustomCounts(
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 548 virtual void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount) { }
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.cpp 134 blink::Platform::current()->histogramCustomCounts("WebCore.ScriptController.clearForClose", (currentTime() - start) * 1000, 0, 10000, 50);
435 blink::Platform::current()->histogramCustomCounts("WebCore.ScriptController.clearWindowProxy", (currentTime() - start) * 1000, 0, 10000, 50);
WindowProxy.cpp 273 blink::Platform::current()->histogramCustomCounts(histogramName, contextCreationDurationInMilliseconds, 0, 10000, 50);
  /external/chromium_org/third_party/WebKit/Source/web/
WebEmbeddedWorkerImpl.cpp 384 Platform::current()->histogramCustomCounts("ServiceWorker.ScriptSize", m_mainScriptLoader->script().length(), 1000, 5000000, 50);
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 240 blink::Platform::current()->histogramCustomCounts("MPArch.RW_IntermediatePaintRectCount",
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp     [all...]
ThreadState.cpp     [all...]

Completed in 589 milliseconds