cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
json_reporter.cpp File Reference

Implementation of JsonReporter class. More...

#include "stat_bench/reporter/json_reporter.h"
#include <fstream>
#include <string_view>
#include <utility>
#include <fmt/format.h>
#include <nlohmann/json.hpp>
#include "data_file_schema_url.h"
#include "stat_bench/reporter/json_data_file_helper.h"
#include "stat_bench/stat_bench_exception.h"
#include "stat_bench/util/prepare_directory.h"
+ Include dependency graph for json_reporter.cpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implementation of JsonReporter class.

Definition in file json_reporter.cpp.