HEBench
report_gen/report_compiler/src/main.cpp File Reference
#include <filesystem>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include "hebench/modules/args_parser/include/args_parser.h"
#include "hebench_report_compiler.h"
Include dependency graph for report_gen/report_compiler/src/main.cpp:

Go to the source code of this file.

Classes

struct  ProgramConfig
 

Functions

void initArgsParser (hebench::ArgsParser &parser, int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

◆ initArgsParser()

void initArgsParser ( hebench::ArgsParser &  parser,
int  argc,
char **  argv 
)

Definition at line 133 of file report_gen/report_compiler/src/main.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 176 of file report_gen/report_compiler/src/main.cpp.