|
RawSpeed
fast raw decoding library
|
#include "md5.h"#include "adt/Casts.h"#include "bench/Common.h"#include <cstdint>#include <cstdlib>#include <vector>#include <benchmark/benchmark.h>Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{MD5Benchmark.cpp} |
Functions | |
| void | anonymous_namespace{MD5Benchmark.cpp}::BM_MD5 (benchmark::State &state) |
| void | anonymous_namespace{MD5Benchmark.cpp}::CustomArguments (benchmark::internal::Benchmark *b) |
| BENCHMARK (BM_MD5) -> Apply(CustomArguments) | |
| BENCHMARK_MAIN () | |
| BENCHMARK | ( | BM_MD5 | ) | ->Apply(CustomArguments) |
| BENCHMARK_MAIN | ( | ) |