HomeSort by relevance Sort by last modified time
    Searched defs:profiling (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 26 * Are we actively profiling JstProcessor?
29 var profiling = false; variable
63 if (profiling) Profiler.reset();
65 if (profiling) Profiler.dump();
79 if (profiling) Profiler.reset();
81 if (profiling) Profiler.dump();
91 if (profiling) Profiler.reset();
93 if (profiling) Profiler.dump();
109 if (profiling) Profiler.reset();
111 if (profiling) Profiler.dump()
    [all...]
  /external/chromium_org/base/allocator/
allocator_shim.cc 312 const char* profiling = local
314 if (profiling && *profiling == '1') {
  /external/chromium_org/content/app/
content_main_runner.cc 555 const char* profiling = getenv(tracked_objects::kAlternateProfilerTime); variable
556 if (profiling &&
557 (atoi(profiling) == tracked_objects::TIME_SOURCE_TYPE_TCMALLOC)) {
  /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) {
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 87 * System property used to enable or disable hardware rendering profiling.
90 * When profiling is enabled, the adb shell dumpsys gfxinfo command will
95 * "true", to enable profiling
96 * "visual_bars", to enable profiling and visualize the results on screen
97 * "visual_lines", to enable profiling and visualize the results on screen
98 * "false", to disable profiling
109 * value, profiling data will be visualized on screen as a bar chart.
117 * value, profiling data will be visualized on screen as a line chart.
125 * when doing hardware rendering profiling.
128 * When profiling is enabled, the adb shell dumpsys gfxinfo command wil
902 String profiling = SystemProperties.get(PROFILE_PROPERTY); local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 435 boolean profiling; field in class:ActivityThread.Profiler
438 if (profiling) {
459 if (profileFd == null || profiling) {
465 profiling = true;
467 Slog.w(TAG, "Profiling failed on path " + profileFile);
477 if (profiling) {
478 profiling = false;
    [all...]

Completed in 408 milliseconds