cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of CompressedMsgPackReporter class. More...
#include "stat_bench/reporter/compressed_msgpack_reporter.h"
#include <cstdio>
#include <utility>
#include <fmt/format.h>
#include <msgpack_light/output_stream.h>
#include <msgpack_light/serialize.h>
#include <zlib.h>
#include "stat_bench/reporter/msgpack_data_file_helper.h"
#include "stat_bench/stat_bench_exception.h"
#include "stat_bench/util/prepare_directory.h"
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::reporter |
Namespace of reporters of results of benchmarks. | |
Implementation of CompressedMsgPackReporter class.
Definition in file compressed_msgpack_reporter.cpp.