|
RawSpeed
fast raw decoding library
|
#include "adt/CoalescingOutputIterator.h"#include "adt/Array1DRef.h"#include "adt/Casts.h"#include "adt/DefaultInitAllocatorAdaptor.h"#include "bench/Common.h"#include "common/Common.h"#include <cassert>#include <cstddef>#include <cstdint>#include <memory>#include <type_traits>#include <vector>#include <benchmark/benchmark.h>Go to the source code of this file.
Classes | |
| struct | rawspeed::anonymous_namespace{CoalescingOutputIteratorBenchmark.cpp}::C< b, T > |
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::anonymous_namespace{CoalescingOutputIteratorBenchmark.cpp} |
Macros | |
| #define | GEN(I, C) |
| #define | GEN_T(I) |
Typedefs | |
| using | rawspeed::anonymous_namespace{CoalescingOutputIteratorBenchmark.cpp}::NoCoalescing = C<false, uint8_t> |
| template<typename T> | |
| using | rawspeed::anonymous_namespace{CoalescingOutputIteratorBenchmark.cpp}::CoalesceTo = C<true, T> |
| #define GEN | ( | I, | |
| C ) |
Definition at line 175 of file CoalescingOutputIteratorBenchmark.cpp.
| #define GEN_T | ( | I | ) |
Definition at line 177 of file CoalescingOutputIteratorBenchmark.cpp.
| BENCHMARK_MAIN | ( | ) |