BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
#include <cstdlib>
#include <memory>
#include <string>
#include "../shared/enums.h"
#include "../shared/globalStructs.h"
#include "../shared/varTypes.h"
Go to the source code of this file.
Classes | |
class | GeneratorVariable |
Abstract base class for variable generation. More... | |
class | GeneratorSortedList |
class | GeneratorArray |
Class representing an array variable. More... | |
class | VariableFactory |
Factory class for creating generator variables. More... | |