void printStatsHeader()
Print the header row in the statistics output CSV.
Definition: main.cc:153
size_t getTrace(int argc, char *argv[], std::ifstream &trace_file, int arg_max_count)
Open the trace file and read the trace limit.
Definition: main.cc:91
void readConfigurations(std::vector< cache_config > &configs, char *configs_file_path)
Parse the cache configurations from the given configs file.
Definition: main.cc:108
void getConfig(int argc, char *argv[], cache_config &config)
Parse the given arguments into a memory system configuration.
Definition: main.cc:47