Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
chunk_benchmark.hpp File Reference

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
 

Detailed Description

Performance benchmarking tools for chunk processing.

Author
Jonathan Reich
Date
2024-12-07

Definition in file chunk_benchmark.hpp.


Class Documentation

◆ chunk_benchmark::BenchmarkResult

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