Home
last modified time | relevance | path

Searched full:cxx_std (Results 1 – 10 of 10) sorted by relevance

/external/google-fruit/extras/benchmark/suites/
Ddebug.yml37 cxx_std: "c++11"
64 cxx_std: "c++11"
81 cxx_std: "c++11"
100 cxx_std: "c++11"
116 cxx_std: "c++14"
Dfruit_full.yml35 cxx_std: "c++11"
50 cxx_std: "c++11"
64 cxx_std: "c++11"
Dfruit_mostly_full.yml34 cxx_std: "c++11"
49 cxx_std: "c++11"
Dfruit_quick.yml33 cxx_std: "c++11"
47 cxx_std: "c++11"
Dfruit_single.yml33 cxx_std: "c++11"
Dboost_di.yml36 cxx_std: "c++14"
Dsimple_di_full.yml50 cxx_std: "c++11"
Dsimple_di_mostly_full.yml49 cxx_std: "c++11"
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py149 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'}]
Dgenerate_benchmark.py76 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,