Searched defs:profiling (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/jstemplate/
H A Djstemplate_example.js26 * 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) Profile
[all...]
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc258 const char* profiling = local
260 if (profiling && *profiling == '1') {
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc526 const char* profiling = getenv(tracked_objects::kAlternateProfilerTime); variable
527 if (profiling &&
528 (atoi(profiling) == tracked_objects::TIME_SOURCE_TYPE_TCMALLOC)) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 478 milliseconds