HomeSort by relevance Sort by last modified time
    Searched refs:bench (Results 26 - 47 of 47) sorted by null

12

  /external/skia/bench/
bench_graph_svg.py 25 print '-b <bench> the bench to show.'
28 print '-e <file> file containing expected bench values/ranges.'
29 print ' Will raise exception if actual bench values are out of range.'
37 print '-m <representation> representation of bench value.'
53 def __init__(self, bench, config, time_type, settings):
54 self.bench = bench
61 str(self.bench),
69 str(self.bench),
    [all...]
gen_skp_ranges.py 6 """ Analyze recent SkPicture bench data, and output suggested ranges.
13 bench lines, run this script, and redirect outputs (">>") to be added to the
15 TODO(bensong): find a better way for updating the bench lines in place.
34 # Ratios for calculating suggested picture bench upper and lower bounds.
65 the permitted bench ranges without triggering buidbot alerts.
68 Outputs expectation picture bench ranges for the latest revisions for the given
69 revision range. For instance, --rev_range=6000:6000 will return only bench
71 may have multiple bench data points for each bench configuration, and the code
72 returns bench data for the latest revision of all available (closer to 7000)
    [all...]
  /external/linux-tools-perf/
command-list.txt 7 perf-bench mainporcelain common
Android.mk 235 bench/mem-memcpy.c \
236 bench/sched-messaging.c \
237 bench/sched-pipe.c \
Makefile 349 BUILTIN_OBJS += $(OUTPUT)builtin-bench.o
352 BUILTIN_OBJS += $(OUTPUT)bench/sched-messaging.o
353 BUILTIN_OBJS += $(OUTPUT)bench/sched-pipe.o
355 BUILTIN_OBJS += $(OUTPUT)bench/mem-memcpy-x86-64-asm.o
357 BUILTIN_OBJS += $(OUTPUT)bench/mem-memcpy.o
  /external/eigen/bench/spbench/
spbenchsolver.cpp 1 #include <bench/spbench/spbenchsolver.h>
spbenchsolver.h 14 #include <bench/BenchTimer.h>
  /external/eigen/bench/
bench_reverse.cpp 4 #include <bench/BenchUtil.h>
benchCholesky.cpp 15 #include <bench/BenchUtil.h>
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));
BenchSparseUtil.h 3 #include <bench/BenchTimer.h>
benchEigenSolver.cpp 16 #include <bench/BenchUtil.h>
benchVecAdd.cpp 4 #include <bench/BenchTimer.h>
eig33.cpp 43 #include <bench/BenchTimer.h>
182 BENCH(t, tries, rep, eig.compute(A));
187 BENCH(t, tries, rep, eigen33(A,evecs,evals));
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));
quat_slerp.cpp 4 #include <bench/BenchTimer.h>
219 // perf bench
228 #define BENCH(FUNC) {\
240 BENCH(nlerp);
241 BENCH(slerp_eigen);
242 BENCH(slerp_legacy);
243 BENCH(slerp_legacy_nlerp);
244 BENCH(slerp_rw);
245 BENCH(slerp_gael);
  /external/bison/etc/
bench.pl.in 349 my %bench;
356 $bench{$name} = "system ('./$name');";
360 my $res = timethese (50, \%bench, 'nop');
  /external/bison/djgpp/
config.bat 245 test -f %XSRC%/etc/bench.pl.in
246 if not errorlevel 1 mv -f %XSRC%/etc/bench.pl.in %XSRC%/etc/bench.pl-in
247 test -f %XSRC%/etc/bench.pl-in
248 if errorlevel 1 mv -f %XSRC%/etc/bench.pl %XSRC%/etc/bench.pl-in
249 test -f %XSRC%/etc/bench.pl-in
250 if errorlevel 1 mv -f %XSRC%/etc/bench.plin %XSRC%/etc/bench.pl-in
251 test -f %XSRC%/etc/bench.pl-in
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 456 IWorkbench bench = sPlugin.getWorkbench(); local
457 if (bench != null) {
458 return bench.getDisplay();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 338 IWorkbench bench = sPlugin.getWorkbench(); local
339 if (bench != null) {
340 Display display = bench.getDisplay();
    [all...]
  /external/skia/
Android.mk 516 include $(BASE_PATH)/bench/Android.mk
  /external/bison/
configure     [all...]

Completed in 139 milliseconds

12