HomeSort by relevance Sort by last modified time
    Searched refs:profiling (Results 1 - 25 of 36) 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/trace-viewer/src/
profiling_view.css 5 .profiling-view {
12 .profiling-view > .container {
17 .profiling-overlay {
23 .profiling-overlay .raw-text {
29 .profiling-overlay .error {
about_tracing.js 157 profilingView = document.body.querySelector('#profiling-view');
  /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
  /dalvik/vm/mterp/mips/
entry.S 61 bnez a0, common_updateProfile # profiling is enabled
64 beqz a0, 1f # profiling is disabled
  /frameworks/av/services/audioflinger/
test-resample.cpp 67 fprintf(stderr," -p enable profiling\n");
84 bool profiling = false; local
95 profiling = true;
212 if (profiling) {
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 82 $(warning Making profiling version of native library)
109 $(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/compiler/template/armv5te/
footer.S 26 beq 121f @ hop if not profiling
  /dalvik/vm/
Android.mk 118 # need this for clock_gettime() in profiling
Dvm.mk 46 # - profiling enabled
68 # - (debugging and profiling still enabled)
  /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...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 82 * System property used to enable or disable hardware rendering profiling.
85 * When profiling is enabled, the adb shell dumpsys gfxinfo command will
90 * "true", to enable profiling
91 * "visual_bars", to enable profiling and visualize the results on screen
92 * "visual_lines", to enable profiling and visualize the results on screen
93 * "false", to disable profiling
104 * value, profiling data will be visualized on screen as a bar chart.
112 * value, profiling data will be visualized on screen as a line chart.
120 * when doing hardware rendering profiling.
123 * When profiling is enabled, the adb shell dumpsys gfxinfo command wil
839 String profiling = SystemProperties.get(PROFILE_PROPERTY); local
    [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 66 # Configurations which define the profiling support functions.
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 99 --profile-flags=<XXXXXXXX> ditto, but for profiling (X = 0|1) [00000000]
  /frameworks/base/core/java/android/app/
ActivityThread.java 445 boolean profiling; field in class:ActivityThread.Profiler
448 if (profiling) {
469 if (profileFd == null || profiling) {
475 profiling = true;
477 Slog.w(TAG, "Profiling failed on path " + profileFile);
487 if (profiling) {
488 profiling = false;
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 89 ${toggle_gprof} enable/disable gprof profiling instrumentation
    [all...]
  /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...]

Completed in 2261 milliseconds

1 2