HomeSort by relevance Sort by last modified time
    Searched refs:profiling (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.css 6 #profiling-view {
12 #profiling-view[selected] {
16 #profiling-view > .control {
21 #profiling-view > .container {
27 .profiling-overlay {
33 .profiling-overlay .raw-text {
39 .profiling-overlay .error {
  /external/chromium-trace/src/tracing/
profiling_view.css 5 .profiling-view {
12 .profiling-view > .container {
17 .profiling-overlay {
23 .profiling-overlay .raw-text {
29 .profiling-overlay .error {
  /dalvik/vm/mterp/armv5te/
entry.S 72 cmp r0,#0 @ is profiling disabled?
74 bne common_updateProfile @ profiling is enabled
77 beq 1f @ profiling is disabled
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 55 $(warning Making profiling version of native library)
88 $(warning Making profiling version of native library)
  /external/v8/test/mjsunit/
count-based-osr.js 30 // Test that OSR works properly when using count-based interrupting/profiling.
  /dalvik/vm/
Dvm.mk 46 # - profiling enabled
68 # - (debugging and profiling still enabled)
Android.mk 116 # need this for clock_gettime() in profiling
  /dalvik/vm/compiler/template/armv5te/
footer.S 26 beq 121f @ hop if not profiling
  /external/oprofile/utils/
opcontrol 142 --start-daemon start daemon without starting profiling
144 -d/--dump flush the collected profiling data
177 profiling.
199 --active-domains=<list> List of domains in profiling session (for Xen)
830 echo "Call-graph profiling unsupported on this kernel/hardware" >&2
987 echo "Stopping profiling."
1082 # VMs may already be running when profiling is started, so
1251 # check if event is SPU Event profiling
1256 echo "SPU event profiling not compatible with any other event"
1261 # profiling. Note, if the file exits it should hav
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 191 Profiler is an event-listener that performs all of the profiling accounting and
debug.rb 101 generated in debug or profiling mode.
  /external/compiler-rt/make/platform/
clang_darwin.mk 62 # Configurations which define the profiling support functions.
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 91 --profile-flags=<XXXXXXXX> ditto, but for profiling (X = 0|1) [00000000]
  /frameworks/base/core/java/android/app/
ActivityThread.java 405 boolean profiling; field in class:ActivityThread.Profiler
408 if (profiling) {
429 if (profileFd == null || profiling) {
435 profiling = true;
437 Slog.w(TAG, "Profiling failed on path " + profileFile);
447 if (profiling) {
448 profiling = false;
    [all...]
  /external/libvpx/build/make/
configure.sh 89 ${toggle_gprof} enable/disable gprof profiling instrumentation
  /external/v8/tools/
profile.js 30 * Creates a profile object for processing profiling-related events
tickprocessor.js 407 print('Statistical profiling result from ' + this.lastLogFileName_ +
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S     [all...]
CompilerTemplateAsm-armv5te-vfp.S     [all...]
CompilerTemplateAsm-armv7-a-neon.S     [all...]
CompilerTemplateAsm-armv7-a.S     [all...]
  /external/chromium-trace/
script.js     [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...]

Completed in 2195 milliseconds

1 2