codex
Loading...
Searching...
No Matches
bench.hpp
Go to the documentation of this file.
1
#ifndef CODEX_BENCH_BENCH_H
2
#define CODEX_BENCH_BENCH_H
3
4
namespace
codex
{
5
11
constexpr
auto
BENCHMARK_SIZES_ENV
=
"CODEX_BENCHMARK_SIZES"
;
12
20
bool
set_benchmark_sizes_from_env
(
const
char
*env);
21
22
}
23
24
#endif
codex
Definition
rotate.hpp:6
codex::BENCHMARK_SIZES_ENV
constexpr auto BENCHMARK_SIZES_ENV
Environment variable used to override the input sizes in benchmarks.
Definition
bench.hpp:11
codex::set_benchmark_sizes_from_env
bool set_benchmark_sizes_from_env(const char *env)
Calls QTest::newRow for each size/tag pair in the environment variable.
Definition
bench.cpp:11
bench
bench.hpp
Generated by
1.11.0