|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Performance benchmarking tools for chunk processing. More...
#include "chunk_common.hpp"#include "chunk_strategies.hpp"#include <chrono>#include <string>#include <vector>
Include dependency graph for chunk_benchmark.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | chunk_benchmark::BenchmarkResult |
| class | chunk_benchmark::ChunkBenchmark< T > |
Namespaces | |
| namespace | chunk_benchmark |
Performance benchmarking tools for chunk processing.
Definition in file chunk_benchmark.hpp.
| struct chunk_benchmark::BenchmarkResult |
Definition at line 18 of file chunk_benchmark.hpp.
Collaboration diagram for chunk_benchmark::BenchmarkResult:| Class Members | ||
|---|---|---|
| double | execution_time_ms | |
| size_t | memory_usage_bytes | |
| size_t | num_chunks | |
| string | strategy_name | |