/external/chromium_org/chrome/test/ui/ |
ui_perf_test.cc | 12 #include "chrome/test/perf/perf_test.h"
|
/external/chromium_org/chrome_frame/test/perf/ |
run_all.cc | 21 base::PlatformThread::SetName("ChromeFrame perf tests");
|
/external/chromium_org/tools/perf/benchmarks/ |
sunspider.py | 13 _URL = 'http://www.webkit.org/perf/sunspider-1.0.2/sunspider-1.0.2/driver.html'
|
/external/chromium_org/tools/perf/page_sets/ |
mse_cases.json | 2 "description": "Media source extensions perf benchmark",
|
tough_canvas_cases.json | 45 "url": "file://../../../chrome/test/data/perf/canvas_bench/single_image.html" 48 "url": "file://../../../chrome/test/data/perf/canvas_bench/many_images.html"
|
/external/chromium_org/tools/perf/ |
run_tests | 6 """This script runs unit tests of the code in the perf directory.
|
unit-info.json | 2 "_description" : "This file contains info about our performance test units, used by the perf dashboard (http://chromeperf.appspot.com).",
|
/external/icu4c/test/perf/ |
icuperf2report.xsl | 24 <xsl:attribute name="file">source/test/perf</xsl:attribute>
|
/external/linux-tools-perf/ |
builtin-list.c | 12 #include "perf.h"
|
builtin-record.c | 5 * (or a CPU, or a PID) into the perf.data output file - for 6 * later analysis via perf report. 12 #include "perf.h" 265 * eac23d1c that broke 'perf script' by having different sample_types 266 * when using multiple tracepoint events when we use a perf binary 471 output_name = "/data/perf.data"; 473 output_name = "perf.data"; 511 pr_err("Not enough memory for reading perf file header\n"); 722 fprintf(stderr, "[ perf record: Woken up %ld times to write data ]\n", waking); 728 "[ perf record: Captured and wrote %.3f MB %s (~%" PRIu64 " samples) ]\n" [all...] |
builtin-script.c | 3 #include "perf.h" 343 static char const *input_name = "perf.data"; 503 "perf script -s [spec:]script.[spec]):\n\n"); 953 "perf script [<options>]", 954 "perf script [<options>] record <script> [<record-options>] <command>", 955 "perf script [<options>] report <script> [script-args]", 956 "perf script [<options>] <script> [<record-options>] <command>", 957 "perf script [<options>] <top-script> [script-args]", 974 "generate perf-script.xx script in specified language"), 1034 "(see 'perf script -l' for listing)\n") [all...] |
/external/linux-tools-perf/scripts/perl/ |
rwtop.pl | 16 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib"; 17 use lib "./Perf-Trace-Util/lib"; 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
/external/linux-tools-perf/util/ |
PERF-VERSION-GEN | 7 GVF=${OUTPUT}PERF-VERSION-FILE
|
top.h | 5 #include "../perf.h"
|
help.c | 135 prefix = "perf-"; 287 load_command_list("perf-", &main_cmds, &other_cmds); 315 fprintf(stderr, "WARNING: You called a perf program named '%s', " 327 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); 342 printf("perf version %s\n", perf_version_string);
|
/external/oprofile/module/x86/ |
op_apic.h | 3 * x86 apic, nmi, perf counter declaration
|
/external/valgrind/main/ |
Makefile.tool-tests.am | 1 # This file is used for tool tests, and also in perf/Makefile.am.
|
/frameworks/rs/java/tests/ComputePerf/ |
AndroidManifest.xml | 22 <application android:label="Compute Perf">
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_ETC.h | 44 /* perf */
|
/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/linux-tools-perf/util/scripting-engines/ |
trace-event-perl.c | 2 * trace-event-perl. Feed perf script events to an embedded Perl interpreter. 28 #include "../../perf.h" 46 newXS("Perf::Trace::Context::bootstrap", boot_Perf__Trace__Context, 420 fprintf(ofp, "# perf script event handlers, " 421 "generated by perf script -g perl\n"); 442 "Perf-Trace-Util/lib\";\n"); 444 fprintf(ofp, "use lib \"./Perf-Trace-Util/lib\";\n"); 445 fprintf(ofp, "use Perf::Trace::Core;\n"); 446 fprintf(ofp, "use Perf::Trace::Context;\n"); 447 fprintf(ofp, "use Perf::Trace::Util;\n\n") [all...] |
/external/chromium_org/build/android/pylib/perf/ |
test_runner.py | 5 """Runs perf tests. 117 """A TestRunner instance runs a perf test on a single device. 150 """Runs a perf test. 205 # whilst still gathering data to the perf dashboards. 224 """Run a perf test on the device.
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
perf_reader.c | 25 #include "perf.h" 36 * standard PERF module for printing */ 42 #include "perf.h" 96 /* create PERF replay object */ 103 fprintf(stderr, "error: could not create PERF replay object\n"); 116 /* continue setting up the PERF object */
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/ |
endure_plotter.html | 93 <a href="http://www.chromium.org/developers/testing/pyauto/perf/endure"> 94 http://www.chromium.org/developers/testing/pyauto/perf/endure</a>
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
config.js | 59 // FIXME: Remove the Perf check once the bots are gone. 61 builderName.indexOf('Perf') == -1;
|