HomeSort by relevance Sort by last modified time
    Searched full:profilers (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_prebuilt_profiler_helper.py 5 """Android-specific, installs pre-built profilers."""
13 _DEVICE_PROFILER_DIR = '/data/local/tmp/profilers/'
__init__.py 15 i.e., multiple profilers will be created for a page set.
android_profiling_helper.py 151 Prepares a set of files ("symfs") to be used with profilers such as perf for
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
profiling_controller_backend.py 19 # Note that many profilers doesn't rely on browser_backends, so the number
40 """Stops all active profilers and saves their results.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 39 profilers = cls.profilers_for_platform(host.platform)
40 if not profilers:
43 profiler_class = next(itertools.ifilter(lambda profiler: profiler.name == profiler_name, profilers), None)
46 return profilers[0](host, executable_path, output_dir, identifier)
50 profilers = cls.profilers_for_platform(platform)
51 return profilers[0].name if profilers else None
59 # Note: freebsd, win32 have no profilers defined yet, thus --profile will be ignored
  /external/chromium_org/base/debug/
profiler.h 40 // There's a class of profilers that use "return address swizzling" to get a
41 // hook on function exits. This class of profilers uses some form of entry hook,
  /external/chromium_org/v8/src/
v8.h 66 // Support for return-address rewriting profilers.
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 5 // but maybe some other profilers don't.
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 51 /// profilers and debuggers that need to know where functions have been emitted.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 89 * profilers (like psyco.jit()), although nothing in the core uses it.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 89 * profilers (like psyco.jit()), although nothing in the core uses it.
  /external/chromium_org/base/allocator/
BUILD.gn 216 # profilers will not initialize properly on startup.
allocator.gyp 416 # profilers will not initialize properly on startup.
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 206 InternalProfilers* profilers();
Internals.idl 155 readonly attribute InternalProfilers profilers;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 141 // is no need to limit the number of profilers.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 139 // is no need to limit the number of profilers.
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 137 /// sample profilers. It allows the profiler to distinguish instructions
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 186 * or code profilers that require it.
  /external/jpeg/
jmorecfg.h 207 * or code profilers that require it.
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 188 * or code profilers that require it.
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 188 * or code profilers that require it.
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 204 * or code profilers that require it.
  /external/chromium_org/native_client_sdk/doc_generated/sdk/
release-notes.html 420 use the compilers, debuggers, profilers, and other tools that you’re already
493 use the compilers, debuggers, profilers, and other tools that you’re already
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/sdk/
release-notes.rst 487 use the compilers, debuggers, profilers, and other tools that you're already
568 use the compilers, debuggers, profilers, and other tools that you're already

Completed in 1414 milliseconds

1 2