HomeSort by relevance Sort by last modified time
    Searched refs:profiling (Results 1 - 25 of 31) 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 {
  /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') {
  /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,
  /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)) {
  /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/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
tickprocessor.js 437 print('Statistical profiling result from ' + this.lastLogFileName_ +
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 89 ${toggle_gprof} enable/disable gprof profiling instrumentation
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 89 ${toggle_gprof} enable/disable gprof profiling instrumentation
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 692 # Instruct users to rebuild after export GYP_DEFINES="profiling=1 $GYP_DEFINES"
705 The test driver must be built with profiling=1, make sure you've done:
706 export GYP_DEFINES="profiling=1 $GYP_DEFINES"
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 165 If /<service> is omitted, the service defaults to $PROFILE_PAGE (cpu profiling).
443 # Check heap-profiling flags
504 # Remote profiling without a binary (using $SYMBOL_PAGE instead)
    [all...]

Completed in 1256 milliseconds

1 2