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

1 2

  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 6 .profiling-view {
13 .profiling-view .controls .save {
17 .profiling-view > .container {
22 .profiling-overlay {
28 .profiling-overlay .raw-text {
33 .profiling-overlay .error {
  /hardware/ti/omap4-aah/domx/domx/
Android.mk 12 profiling/src/profile.c
18 $(LOCAL_PATH)/profiling/inc \
Makefile 75 profiling/profile.c
  /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 258 const char* profiling = local
260 if (profiling && *profiling == '1') {
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 50 $(warning Making profiling version of native library)
78 $(warning Making profiling version of native library)
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 22 malloc() and cpu and heap profiling utilities.
  /external/chromium_org/v8/test/mjsunit/
count-based-osr.js 30 // Test that OSR works properly when using count-based interrupting/profiling.
  /external/chromium_org/v8/test/webkit/
new-array-double-with-holes.js 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
dfg-constant-fold-misprediction.js 43 // process of correcting predictions (OSR exit profiling, exiting to profiled code,
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 249 String profiling = SystemProperties.get(HardwareRenderer.PROFILE_PROPERTY); local
250 int graphType = search(VISUALIZERS, profiling);
251 return (graphType >= 0) || Boolean.parseBoolean(profiling);
  /external/chromium_org/content/app/
content_main_runner.cc 526 const char* profiling = getenv(tracked_objects::kAlternateProfilerTime); variable
527 if (profiling &&
528 (atoi(profiling) == tracked_objects::TIME_SOURCE_TYPE_TCMALLOC)) {
  /hardware/ti/omap4-aah/camera/
Android.mk 38 # Enable OMX Camera component profiling
  /external/chromium_org/tools/cygprofile/
mergetraces.py 142 which can be greatly impacted when profiling is done with cygprofile. As a
  /external/chromium_org/tools/profile_chrome/
main.py 73 'profiling-tool for detailed instructions for '
74 'profiling.')
132 perf_opts = optparse.OptionGroup(parser, 'Perf profiling options')
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 106 help='Record profiling data using this tool. Supported values: ' +
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 182 .control-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/valgrind/main/none/tests/
cmdline2.stdout.exp 120 --profile-flags=<XXXXXXXX> ditto, but for profiling (X = 0|1) [00000000]
  /frameworks/base/core/java/android/app/
ActivityThread.java 465 boolean profiling; field in class:ActivityThread.Profiler
469 if (profiling) {
492 if (profileFd == null || profiling) {
498 profiling = true;
500 Slog.w(TAG, "Profiling failed on path " + profileFile);
510 if (profiling) {
511 profiling = false;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
search_widget.js 75 // During profiling, NavigationHistory was found to have a serious performance
  /external/compiler-rt/make/platform/
clang_darwin.mk 90 # Configurations which define the profiling support functions.
  /external/chromium_org/v8/tools/
profile.js 30 * Creates a profile object for processing profiling-related events

Completed in 2383 milliseconds

1 2