13#ifndef SST_CORE_JSON_CONFIG_OUTPUT_H
14#define SST_CORE_JSON_CONFIG_OUTPUT_H
16#include "sst/core/configGraph.h"
17#include "sst/core/configGraphOutput.h"
21class JSONConfigGraphOutput :
public ConfigGraphOutput
25 explicit JSONConfigGraphOutput(
const char* path);
29 std::map<SST::StatisticId_t, std::string> sharedStatMap;
A Configuration Graph A graph representing Components and Links.
Definition configGraph.h:450
Class to contain SST Simulation Configuration variables.
Definition config.h:41
virtual void generate(const Config *cfg, ConfigGraph *graph) override
Definition jsonConfigOutput.cc:219