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

  /external/chromium/chrome/common/
profiling.h 14 // The Profiling class manages the interaction with a sampling based profiler.
18 class Profiling {
20 // Called early in a process' life to allow profiling of startup time.
24 // Start profiling.
27 // Stop profiling and write out profiling file.
37 // Toggle profiling on/off.
42 Profiling();
44 DISALLOW_COPY_AND_ASSIGN(Profiling);
profiling.cc 5 #include "chrome/common/profiling.h"
37 if (!Profiling::BeingProfiled())
61 void Profiling::ProcessStarted() {
75 void Profiling::Start() {
87 void Profiling::Stop() {
92 bool Profiling::BeingProfiled() {
97 void Profiling::Toggle() {
105 void Profiling::MainMessageLoopStarted() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 41 DeviceView_Start_Method_Profiling=Start Method Profiling
42 DeviceView_Start_Method_Profiling_Not_Suported_By_Vm=Start Method Profiling (not supported by this VM)
43 DeviceView_Start_Method_Profiling_Tooltip=Start Method Profiling
44 DeviceView_Stop_Method_Profiling=Stop Method Profiling
45 DeviceView_Stop_Method_Profiling_Tooltip=Stop Method Profiling
  /external/llvm/
Makefile 156 $(Echo) Building Profiling Version
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc 29 #include "chrome/common/profiling.h"
313 return Profiling::BeingProfiled();
  /dalvik/vm/mterp/mips/
footer.S 193 /* No translation, so request one if profiling isn't disabled */
618 # Profiling?
650 # Profiling - record method entry. a0: methodToCall
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 203 /* No translation, so request one if profiling isn't disabled*/
574 @ Profiling?
624 @ Profiling - record method entry. r0: methodToCall
    [all...]
  /external/webkit/Tools/Scripts/
webkitdirs.pm 465 $passedConfiguration = "Profiling";
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 87 #include "chrome/common/profiling.h"
533 Profiling::MainMessageLoopStarted();
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 104 #include "chrome/common/profiling.h"
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 296 cmp r0,#0 @ is profiling disabled?
298 bne common_updateProfile @ profiling is enabled
301 beq 1f @ profiling is disabled
    [all...]
InterpAsm-armv5te.S 296 cmp r0,#0 @ is profiling disabled?
298 bne common_updateProfile @ profiling is enabled
301 beq 1f @ profiling is disabled
    [all...]
InterpAsm-armv7-a-neon.S 310 cmp r0,#0 @ is profiling disabled?
312 bne common_updateProfile @ profiling is enabled
315 beq 1f @ profiling is disabled
    [all...]
InterpAsm-armv7-a.S 310 cmp r0,#0 @ is profiling disabled?
312 bne common_updateProfile @ profiling is enabled
315 beq 1f @ profiling is disabled
    [all...]
InterpAsm-mips.S 449 bnez a0, common_updateProfile # profiling is enabled
452 beqz a0, 1f # profiling is disabled
    [all...]

Completed in 502 milliseconds