| /external/chromium_org/tools/android/adb_profile_chrome/ |
| main.py | 124 perf_opts = optparse.OptionGroup(parser, 'Perf profiling options') 125 perf_opts.add_option('-p', '--perf', help='Capture a perf profile with '
|
| perf_controller.py | 16 from pylib.perf import perf_control 34 # In perf 3.13 --call-graph requires an argument, so use the -g short-hand 67 perf_pids = self._device.old_interface.ExtractPid('perf') 80 self._FailWithLog('Perf recorded no data') 88 self._FailWithLog('Perf recorded a zero-sized file') 104 return 'perf profile' 149 os.path.expandvars('$USER-perf-symfs')) 154 # Download the recorded perf profile. 160 logging.warning('No libraries required by perf trace. Most likely there ' 171 ui.PrintMessage('\nNote: to view the profile in perf, run:' [all...] |
| /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
| android_profiling_helper.py | 90 """Returns the set of libraries necessary to symbolize a given perf profile. 93 profile_file: Path to perf profile to analyse. 99 perf = subprocess.Popen(['perf', 'script', '-i', profile_file], 101 _, output = perf.communicate() 141 Prepares a set of files ("symfs") to be used with profilers such as perf for 210 """Set up a device for running perf. 216 The path to the installed perf binary on the device. 218 android_prebuilt_profiler_helper.InstallOnDevice(device, 'perf') 222 return android_prebuilt_profiler_helper.GetDevicePath('perf') [all...] |
| perf_profiler.py | 20 from pylib.perf import perf_control # pylint: disable=F0401 24 # In perf 3.13 --call-graph requires an argument, so use the -g short-hand 62 """An internal class for using perf for a given process. 103 perf_pids = device.old_interface.ExtractPid('perf') 105 util.WaitFor(lambda: not device.old_interface.ExtractPid('perf'), 112 """perf failed with exit code 128. 118 'perf failed with exit code %d. Output:\n%s' % (exit_code, 193 return 'perf' 220 """Parses the perf generated profile in |file_name| and returns a
|
| /external/valgrind/main/nightly/bin/ |
| nightly | 198 (time perl perf/vg_perf ${ABT_PERF_TOOLS} ${ABT_PERF_REPS} ${ABT_PERF} perf) >> ../perflogfile 2>&1 276 # add perf results if requested
|
| /external/chromium_org/tools/ |
| run-bisect-perf-regression.py | 8 This script is used by a trybot to run the src/tools/bisect-perf-regression.py 9 script with the parameters specified in run-bisect-perf-regression.cfg. It will 11 directory provided, and run the bisect-perf-regression.py script there. 24 bisect = imp.load_source('bisect-perf-regression', 26 'bisect-perf-regression.py')) 141 """Validates that the perf config file contents. This is used when we're 142 doing a perf try job, rather than a bisect. The file is called 143 run-perf-test.cfg by default. 311 config: The config read from run-perf-test.cfg. 312 path_to_file: Path to the bisect-perf-regression.py script [all...] |
| /external/chromium_org/mojo/tools/ |
| mojob.sh | 21 perftest - Run perf tests (does not build). 59 echo "Running perf tests in out/$1 ..."
|
| /external/chromium_org/v8/tools/testrunner/server/ |
| local_handler.py | 90 perf = data[2]
|
| /packages/apps/UnifiedEmail/src/com/android/mail/perf/ |
| Timer.java | 16 package com.android.mail.perf; 172 LogUtils.d(LOG_TAG, "Perf %s count: %d", entry.getKey(), entry.getValue()); 230 LogUtils.d(LOG_TAG, "Perf %s wall: %d cpu: %d", 234 LogUtils.d(LOG_TAG, "Perf/operation %s wall: %d cpu: %d", tag,
|
| /external/icu/icu4c/source/test/ |
| Makefile.in | 49 $(RMV) perf/convperf/Makefile
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
| jsevalcontext.js | 170 * A cache to reuse JsEvalContext instances. (IE6 perf) 179 * one from recycledInstances_. (IE6 perf) 198 * the next time we need one. (IE6 perf) 204 // NOTE(mesch): We avoid object creation here. (IE6 perf) 306 * Uninlined string literals for jsEvalToFunction() (IE6 perf).
|
| /external/chromium_org/third_party/jstemplate/ |
| jsevalcontext.js | 170 * A cache to reuse JsEvalContext instances. (IE6 perf) 179 * one from recycledInstances_. (IE6 perf) 198 * the next time we need one. (IE6 perf) 204 // NOTE(mesch): We avoid object creation here. (IE6 perf) 306 * Uninlined string literals for jsEvalToFunction() (IE6 perf).
|
| /external/icu/icu4c/source/ |
| configure | [all...] |
| /external/chromium_org/build/android/ |
| test_runner.py | 33 from pylib.perf import setup as perf_setup 34 from pylib.perf import test_options as perf_test_options 35 from pylib.perf import test_runner as perf_test_runner 180 option_parser.add_option('--save-perf-json', action='store_true', 181 help='Saves the JSON file for each UI Perf test.') 434 """Adds perf test options to |option_parser|.""" 436 option_parser.usage = '%prog perf [options]' 438 option_parser.example = ('%prog perf ' 460 help='The name of a previously executed perf step to print.') 463 help=('Do not impose a timeout. Each perf step is responsible for [all...] |
| /external/chromium_org/build/android/pylib/gtest/ |
| test_runner.py | 14 from pylib.perf import perf_control
|
| /external/chromium_org/chrome/installer/mini_installer/ |
| decompress.cc | 171 PFNSEEK seek, int cpu_type, PERF perf);
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
| Core.pm | 1 package Perf::Trace::Core; 166 Perf::Trace::Core - Perl extension for perf script 170 use Perf::Trace::Core 174 Perf (script) documentation
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| HtmlSanitizer.java | 21 import com.android.mail.perf.Timer;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| fci.h | 67 typedef ERF *PERF; 203 HFCI DIAMONDAPI FCICreate(PERF perf,PFNFCIFILEPLACED pfnfcifp,PFNFCIALLOC pfna,PFNFCIFREE pfnf,PFNFCIOPEN pfnopen,PFNFCIREAD pfnread,PFNFCIWRITE pfnwrite,PFNFCICLOSE pfnclose,PFNFCISEEK pfnseek,PFNFCIDELETE pfndelete,PFNFCIGETTEMPFILE pfnfcigtf,PCCAB pccab,void *pv);
|
| fdi.h | 69 typedef ERF *PERF; 260 HFDI DIAMONDAPI FDICreate(PFNALLOC pfnalloc,PFNFREE pfnfree,PFNOPEN pfnopen,PFNREAD pfnread,PFNWRITE pfnwrite,PFNCLOSE pfnclose,PFNSEEK pfnseek,int cpuType,PERF perf);
|
| /external/chromium_org/tools/sheriffing/ |
| failureinfo.js | 101 'http://build.chromium.org/f/chromium/perf/dashboard/ui/' +
|
| /external/valgrind/main/perf/ |
| vg_perf | 246 mysystem("echo '$cmd' > perf.cmd"); 247 my $retval = mysystem("$cmd > perf.stdout 2> perf.stderr"); 250 . "\n*** See perf.{cmd,stdout,stderr} to determine what went wrong.\n"; 251 my $out = `cat perf.stderr`; 253 die "\n*** missing usertime in perf.stderr\n"; 258 unlink("perf.cmd"); 259 unlink("perf.stderr"); 260 unlink("perf.stdout"); 451 print "to run the perf tests with it set, unless you are doing some\n" [all...] |
| vg_perf.in | 246 mysystem("echo '$cmd' > perf.cmd"); 247 my $retval = mysystem("$cmd > perf.stdout 2> perf.stderr"); 250 . "\n*** See perf.{cmd,stdout,stderr} to determine what went wrong.\n"; 251 my $out = `cat perf.stderr`; 253 die "\n*** missing usertime in perf.stderr\n"; 258 unlink("perf.cmd"); 259 unlink("perf.stderr"); 260 unlink("perf.stdout"); 451 print "to run the perf tests with it set, unless you are doing some\n" [all...] |
| /external/valgrind/main/exp-bbv/tests/x86/ |
| rep_prefix.S | 5 # The answer is validated to hw perf counters.
|
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| MessageHeaderView.java | 58 import com.android.mail.perf.Timer; 1467 Timer perf = new Timer(); local [all...] |