#include "bitstreams/BitStreamerJPEG.h"
#include "adt/Array1DRef.h"
#include "adt/Invariant.h"
#include "adt/Optional.h"
#include "bench/Common.h"
#include "bitstreams/BitStreamJPEGUtils.h"
#include "bitstreams/BitStreamerMSB.h"
#include <cassert>
#include <cstdint>
#include <benchmark/benchmark.h>
#include <limits>
Go to the source code of this file.
◆ BENCHMARK_TEMPLATE1_CAPTURE
| #define BENCHMARK_TEMPLATE1_CAPTURE |
( |
| func, |
|
|
| a, |
|
|
| test_case_name, |
|
|
| ... ) |
Value: BENCHMARK_PRIVATE_DECLARE(func) = \
(::benchmark::internal::RegisterBenchmarkInternal( \
new ::benchmark::internal::FunctionBenchmark( \
#func "<" #a ">" \
"/" #test_case_name, \
[](::benchmark::State& st) { func<a>(st, __VA_ARGS__); })))
Definition at line 109 of file BitStreamerJPEGBenchmark.cpp.
◆ BENCHMARK_MAIN()