/external/llvm/test/YAMLParser/ |
spec-02-28.data | 1 # RUN: yaml-bench -canonical %s
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.h | 0 // Bench.h
|
/external/pixman/test/ |
Makefile.sources | 33 lowlevel-blt-bench \
|
/external/skia/bench/ |
Android.mk | 80 # Disabling this bench since it depends on recent 81 # changes to bench.
|
SkBenchLogger.h | 46 * Log the progress of the bench tool to both stdout and the log file specified by SetLogFile, 55 * Log the progress of the bench tool to both stdout and the log file specified by SetLogFile,
|
benchmain.cpp | 96 AutoPrePostDraw(SkBenchmark* bench) : fBench(bench) { 281 SkDebugf("Usage: bench [-o outDir] [--repeat nr] [--logPerIter] " 295 SkDebugf(" -o outDir : Image of each bench will be put in outDir.\n"); 296 SkDebugf(" --repeat nr : Each bench repeats for nr times.\n"); 300 "Display wall, cpu, gpu, truncated wall or truncated cpu time for each bench.\n"); 301 SkDebugf(" --rotate : Rotate before each bench runs.\n"); 302 SkDebugf(" --scale : Scale before each bench runs.\n"); 303 SkDebugf(" --clip : Clip before each bench runs.\n"); 337 SkDebugf(" Run bench in corresponding config mode.\n") 721 SkBenchmark* bench; local [all...] |
bench_graph_svg.py | 29 print '-a <url> the url to use for adding bench values to app engine app.' 32 print '-b <bench> the bench to show.' 35 print '-e <file> file containing expected bench values/ranges.' 36 print ' Will raise exception if actual bench values are out of range.' 44 print '-m <representation> representation of bench value.' 60 def __init__(self, bench, config, time_type, settings): 61 self.bench = bench 68 str(self.bench), [all...] |
BicubicBench.cpp | 15 // This bench exercises SkBicubicImageFilter, upsampling a 40x40 input to
|
ReadPixBench.cpp | 14 * This bench mark tests the use case where the user writes the a canvas
|
TimerData.h | 53 * @param itersPerTiming the number of test/bench iterations that correspond to each
|
/system/extras/tests/memtest/ |
bandwidth.h | 39 bench(_num_warm_loops); 42 bench(_num_loops); 84 virtual void bench(size_t num_loops) = 0; 142 bench(1); 151 bench(2); 176 void bench(size_t num_loops) { function in class:CopyLdrdStrdBenchmark 230 void bench(size_t num_loops) { function in class:CopyLdmiaStmiaBenchmark 271 void bench(size_t num_loops) { function in class:CopyVld1Vst1Benchmark 314 void bench(size_t num_loops) { function in class:CopyVldrVstrBenchmark 371 void bench(size_t num_loops) function in class:CopyVldmiaVstmiaBenchmark 409 void bench(size_t num_loops) { function in class:MemcpyBenchmark 493 void bench(size_t num_loops) { function in class:WriteStrdBenchmark 537 void bench(size_t num_loops) { function in class:WriteStmiaBenchmark 584 void bench(size_t num_loops) { function in class:WriteVst1Benchmark 629 void bench(size_t num_loops) { function in class:WriteVstrBenchmark 678 void bench(size_t num_loops) { function in class:WriteVstmiaBenchmark 720 void bench(size_t num_loops) { function in class:MemsetBenchmark 736 void bench(size_t num_loops) { function in class:ReadLdrdBenchmark 774 void bench(size_t num_loops) { function in class:ReadLdmiaBenchmark 810 void bench(size_t num_loops) { function in class:ReadVld1Benchmark 848 void bench(size_t num_loops) { function in class:ReadVldrBenchmark 891 void bench(size_t num_loops) { function in class:ReadVldmiaBenchmark [all...] |
/external/eigen/bench/ |
sparse_setter.cpp | 36 #define BENCH(X) \ 113 BENCH(setrand_eigen_dense(coords,values);) 121 // BENCH(setinnerrand_eigen(coords,values);) 125 BENCH(setrand_eigen_dynamic(coords,values);) 129 // BENCH(setrand_eigen_compact(coords,values);) 133 BENCH(setrand_eigen_sumeq(coords,values);) 137 // BENCH(setrand_eigen_gnu_hash(coords,values);) 141 BENCH(setrand_scipy(coords,values);) 146 BENCH(setrand_eigen_google_dense(coords,values);) 150 BENCH(setrand_eigen_google_sparse(coords,values); [all...] |
product_threshold.cpp | 4 #include <bench/BenchTimer.h> 59 BENCH(t,1,rep,prod<CoeffBasedProductMode>(a,b,c)); 63 BENCH(t,5,rep,prod<Mode>(a,b,c));
|
sparse_cholesky.cpp | 33 #define BENCH(X) \ 108 // BENCH(LLT<DenseMatrix> chol(m1);) 142 //BENCH(taucs_ccs_matrix* chol = taucs_ccs_factor_llt(&A, 0, 0);) 143 // BENCH(taucs_supernodal_factor_to_ccs(taucs_ccs_factor_llt_ll(&A));)
|
bench_gemm.cpp | 7 #include <bench/BenchTimer.h> 27 #include <bench/btl/libs/C_BLAS/blas.h> 201 BENCH(tblas, tries, rep, blas_gemm(a,b,c)); 208 BENCH(tmt, tries, rep, gemm(a,b,c)); 219 BENCH(tmono, tries, rep, gemm(a,b,c)); 237 BENCH(t, tries, rep, matlab_cplx_cplx(ar,ai,br,bi,cr,ci)); 250 BENCH(t, tries, rep, matlab_real_cplx(a,br,bi,cr,ci)); 263 BENCH(t, tries, rep, matlab_cplx_real(ar,ai,b,cr,ci));
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SQLiteStatementTest.java | 45 insertStatement.bindString(1, "Bench Press"); 65 assertThat(resultSet.getString(2), equalTo("Bench Press")); 82 insertStatement.bindString(1, "Bench Press");
|
/system/extras/micro_bench/ |
micro_bench.cpp | 189 #define MAINLOOP(cmd_data, BENCH, COMPUTE_AVG, PRINT_ITER, PRINT_AVG) \ 198 BENCH; \ 219 #define MAINLOOP_DATA(name, cmd_data, size, BENCH) \ 224 BENCH; \ 232 #define MAINLOOP_COLD(name, cmd_data, size, num_incrs, BENCH) \ 250 BENCH; \ 260 // be used by the BENCH code. 263 // BENCH - The actual code to benchmark and is timed. 264 #define BENCH_ONE_BUF(name, cmd_data, INIT, BENCH) \ 270 MAINLOOP_DATA(name, cmd_data, size, BENCH); [all...] |
/external/linux-tools-perf/ |
builtin-bench.c | 3 * builtin-bench.c 23 #include "bench/bench.h" 108 "perf bench [<common options>] <subsystem> <suite> [<options>]",
|
common-cmds.h | 11 {"bench", "General framework for benchmark suites"},
|
/external/skia/tools/tests/ |
run.sh | 20 # Suffixes of all the raw bench data files we want to process. 71 # Download a subset of the raw bench data for platform $1 at revision $2. 86 RAW_BENCH_DATA_DIR="$PLATFORM_DIR/raw-bench-data" 112 RAW_BENCH_DATA_DIR="$PLATFORM_DIR/raw-bench-data" 119 COMMAND="python bench/bench_graph_svg.py -d $RAW_BENCH_DATA_DIR -r -150 -f -150 -x 1024 -y 768 -l Title -m 25th -o $ACTUAL_OUTPUT_DIR/graph.xhtml" 215 # Parse a collection of bench data leading up to 217 # (this was during the period when the bench data included a ton of per-tile,
|
/external/bison/djgpp/ |
config.sed | 44 s,bench\\.pl\\.in,bench.pl-in,g\ 77 s|etc/bench.pl|&:etc/bench.pl-in| 86 s|etc/bench\.pl|&:etc/bench.pl-in|2
|
fnchange.lst | 6 @V@/etc/bench.pl.in @V@/etc/bench.pl-in
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 17 #include "bench.h" 41 "perf bench sched pipe <options>",
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/ |
draw-dynamic-canvas-2d-to-hw-accelerated-canvas-2d.html | 54 description: "This bench test checks the speed on drawing dynamic 2d Canvas(1024x1024) to HW accelerated Canvas2D(1024x1024)."});
|
draw-static-canvas-2d-to-hw-accelerated-canvas-2d.html | 53 description: "This bench test checks the speed on drawing static 2d Canvas(1024x1024) to HW accelerated Canvas2D(1024x1024)."});
|