|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Implementation of benchmarking utilities. More...
#include "chunk.hpp"#include "chunk_benchmark.hpp"#include "chunk_strategies.hpp"#include "chunk_strategy_implementations.hpp"#include <chrono>#include <iostream>#include <memory>#include <vector>
Include dependency graph for benchmark.cpp:Go to the source code of this file.
Functions | |
| int | main () |
| template<typename T > | |
| void | run_benchmark (const std::vector< T > &data) |
| int main | ( | ) |
Definition at line 35 of file benchmark.cpp.
References run_benchmark().
| void run_benchmark | ( | const std::vector< T > & | data | ) |
Definition at line 18 of file benchmark.cpp.
References chunk_benchmark::ChunkBenchmark< T >::add_strategy(), and chunk_benchmark::ChunkBenchmark< T >::benchmark_chunking().
Referenced by main().