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

  /external/chromium_org/chrome/common/
profiling.h 13 // The Profiling class manages the interaction with a sampling based profiler.
17 class Profiling {
19 // Called early in a process' life to allow profiling of startup time.
23 // Start profiling.
26 // Stop profiling and write out profiling file.
32 // Toggle profiling on/off.
37 Profiling();
39 DISALLOW_COPY_AND_ASSIGN(Profiling);
profiling.cc 5 #include "chrome/common/profiling.h"
67 if (!Profiling::BeingProfiled())
127 void Profiling::ProcessStarted() {
132 // Establish the V8 profiling hooks if we're an instrumented binary.
144 // V8 profiling?
167 void Profiling::Start() {
179 void Profiling::Stop() {
185 bool Profiling::BeingProfiled() {
190 void Profiling::Toggle() {
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 31 #include "chrome/common/profiling.h"
287 Profiling::Stop();
403 Profiling::ProcessStarted();
    [all...]
  /external/llvm/
Makefile 166 $(Echo) Building Profiling Version
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 44 #include "chrome/common/profiling.h"
425 return Profiling::BeingProfiled();
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc 36 #include "chrome/common/profiling.h"
709 Profiling::Toggle();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 599 $passedConfiguration = "Profiling";
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 775 // NOTE(mesch): Profiling shows that this method costs significant

Completed in 181 milliseconds