Home
last modified time | relevance | path

Searched defs:bench (Results 1 – 9 of 9) sorted by relevance

/external/eigen/bench/btl/generic_bench/
Dbench.hh41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) in bench() function
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ in bench() function
/external/chromium/third_party/libevent/test/
DMakefile.am7 noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench program
35 bench test-init test-eof test-weof test-time: ../libevent.la target
/external/eigen/bench/
Dquatmul.cpp20 template<typename Quat> void bench(const std::string& label) in bench() function
DbenchFFT.cpp44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench() function
Dgeometry.cpp90 EIGEN_DONT_INLINE void bench(const std::string& msg, const Transformation& t) in bench() function
/external/skia/bench/
Dbench_util.py20 def __init__(self, bench, config, time_type, time, settings): argument
83 def _ParseAndStoreTimes(config_re, time_re, line, bench, dic, argument
Dbench_analyze.py133 def CreateBenchOutput(page, bench, val_dic): argument
Dbenchmain.cpp96 AutoPrePostDraw(SkBenchmark* bench) : fBench(bench) { in AutoPrePostDraw()
323 SkBenchmark* bench; in determine_gpu_context_size() local
717 SkBenchmark* bench; in tool_main() local
Dbench_graph_svg.py53 def __init__(self, bench, config, time_type, settings): argument