ChampSim
json_printer.cc File Reference
#include <algorithm>
#include <utility>
#include "stats_printer.h"
#include <nlohmann/json.hpp>
Include dependency graph for json_printer.cc:

Namespaces

 champsim
 

Functions

void to_json (nlohmann::json &j, const O3_CPU::stats_type stats)
 
void to_json (nlohmann::json &j, const CACHE::stats_type stats)
 
void to_json (nlohmann::json &j, const DRAM_CHANNEL::stats_type stats)
 
void champsim::to_json (nlohmann::json &j, const champsim::phase_stats stats)
 

Function Documentation

◆ to_json() [1/3]

void to_json ( nlohmann::json &  j,
const CACHE::stats_type  stats 
)

◆ to_json() [2/3]

void to_json ( nlohmann::json &  j,
const DRAM_CHANNEL::stats_type  stats 
)

◆ to_json() [3/3]

void to_json ( nlohmann::json &  j,
const O3_CPU::stats_type  stats 
)