CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
Declaration of the run mode functions. More...
Go to the source code of this file.
Functions | |
void | runBatchMetrics (int argc, char *argv[]) |
Run the program in batch mode. More... | |
void | runSingleMetrics (int argc, char *argv[]) |
Process a trace file from a single config run (config from cmd args) More... | |
void | runInteractiveMode (char *name_of_showcased) |
Run the program in interactive mode (aka interactive mode) More... | |
Declaration of the run mode functions.
void runBatchMetrics | ( | int | argc, |
char * | argv[] | ||
) |
Run the program in batch mode.
argc | The number of command line arguments |
argv | An array to the command line arguments |
void runInteractiveMode | ( | char * | name_of_showcased | ) |
Run the program in interactive mode (aka interactive mode)
name_of_showcased | The selected policy/protocol |
void runSingleMetrics | ( | int | argc, |
char * | argv[] | ||
) |
Process a trace file from a single config run (config from cmd args)
argc | The number of program arguments |
argv | The array of program arguments |