Searched full:cxx_std (Results 1 – 10 of 10) sorted by relevance
/external/google-fruit/extras/benchmark/suites/ |
D | debug.yml | 37 cxx_std: "c++11" 64 cxx_std: "c++11" 81 cxx_std: "c++11" 100 cxx_std: "c++11" 116 cxx_std: "c++14"
|
D | fruit_full.yml | 35 cxx_std: "c++11" 50 cxx_std: "c++11" 64 cxx_std: "c++11"
|
D | fruit_mostly_full.yml | 34 cxx_std: "c++11" 49 cxx_std: "c++11"
|
D | fruit_quick.yml | 33 cxx_std: "c++11" 47 cxx_std: "c++11"
|
D | fruit_single.yml | 33 cxx_std: "c++11"
|
D | boost_di.yml | 36 cxx_std: "c++14"
|
D | simple_di_full.yml | 50 cxx_std: "c++11"
|
D | simple_di_mostly_full.yml | 49 cxx_std: "c++11"
|
/external/google-fruit/extras/benchmark/ |
D | run_benchmarks.py | 149 cxx_std = self.benchmark_definition['cxx_std'] 157 '-std=%s' % cxx_std, 187 cxx_std = self.benchmark_definition['cxx_std'] 193 '-std=%s' % cxx_std, 231 cxx_std = self.benchmark_definition['cxx_std'] 244 cxx_std=cxx_std, 634 {name: ['bar', 'baz'], compiler: ['g++-5'], cxx_std: 'c++14'}] 639 {name: 'bar', compiler: 'g++-5', cxx_std: 'c++14'}, 640 {name: 'baz', compiler: 'g++-5', cxx_std: 'c++14'}]
|
D | generate_benchmark.py | 76 cxx_std, argument 138 …-O2 -W -Wall -Werror -DNDEBUG -ftemplate-depth=10000 %s %s' % (compiler, cxx_std, include_flags, '… 139 …link_command = '%s -std=%s -O2 -W -Wall -Werror %s %s' % (compiler, cxx_std, rpath_flags, library_… 208 cxx_std=args.cxx_std,
|