HomeSort by relevance Sort by last modified time
    Searched refs:profilers (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/build/android/pylib/utils/
test_options_parser.py 48 profilers = ['devicestatsmonitor', 'chrometrace', 'dumpheap', 'smaps',
50 option_parser.add_option('--profiler', dest='profilers', action='append',
51 choices=profilers,
53 'Pass multiple times to run multiple profilers. '
54 'Available profilers: %s' % profilers)
  /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/third_party/WebKit/Source/core/testing/
Internals.h 209 InternalProfilers* profilers();
Internals.idl 164 readonly attribute InternalProfilers profilers;
Internals.cpp 248 InternalProfilers* Internals::profilers() function in class:WebCore::Internals
    [all...]

Completed in 63 milliseconds