Home
last modified time | relevance | path

Searched refs:profilers (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dprofiler.py39 profilers = cls.profilers_for_platform(host.platform)
40 if not profilers:
43 …r_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
/external/chromium_org/build/android/pylib/utils/
Dtest_options_parser.py48 profilers = ['devicestatsmonitor', 'chrometrace', 'dumpheap', 'smaps',
51 choices=profilers,
54 'Available profilers: %s' % profilers)
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h211 InternalProfilers* profilers();
DInternals.idl166 readonly attribute InternalProfilers profilers;
DInternals.cpp249 InternalProfilers* Internals::profilers() in profilers() function in WebCore::Internals
/external/chromium/base/allocator/
Dallocator.gyp336 # profilers will not initialize properly on startup.
/external/chromium_org/native_client_sdk/src/doc/sdk/
Drelease-notes.rst394 use the compilers, debuggers, profilers, and other tools that you're already
478 use the compilers, debuggers, profilers, and other tools that you're already
/external/chromium_org/base/allocator/
Dallocator.gyp421 # profilers will not initialize properly on startup.
/external/chromium_org/third_party/tcmalloc/vendor/
Dconfigure.ac413 # If we don't use any profilers, we don't need stack traces (or pprof)
/external/chromium_org/v8/
DChangeLog1827 location to users such as profilers.