Searched refs:profilers (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | profiler.py | 39 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/ |
D | test_options_parser.py | 48 profilers = ['devicestatsmonitor', 'chrometrace', 'dumpheap', 'smaps', 51 choices=profilers, 54 'Available profilers: %s' % profilers)
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 211 InternalProfilers* profilers();
|
D | Internals.idl | 166 readonly attribute InternalProfilers profilers;
|
D | Internals.cpp | 249 InternalProfilers* Internals::profilers() in profilers() function in WebCore::Internals
|
/external/chromium/base/allocator/ |
D | allocator.gyp | 336 # profilers will not initialize properly on startup.
|
/external/chromium_org/native_client_sdk/src/doc/sdk/ |
D | release-notes.rst | 394 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/ |
D | allocator.gyp | 421 # profilers will not initialize properly on startup.
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | configure.ac | 413 # If we don't use any profilers, we don't need stack traces (or pprof)
|
/external/chromium_org/v8/ |
D | ChangeLog | 1827 location to users such as profilers.
|