BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
#include <filesystem>
#include <fstream>
#include <iostream>
#include "../shared/enums.h"
#include "../shared/globalStructs.h"
#include "../shared/varTypes.h"
#include "generatorFunction.h"
#include "generatorScope.h"
#include "generatorVariable.h"
Go to the source code of this file.
Classes | |
class | Generator |
The Generator class handles the generation of code and files for benchmarks. More... | |