CohereSim: A Bus-based Cache Simulator  v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
Functions
run_modes.h File Reference

Declaration of the run mode functions. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declaration of the run mode functions.

Function Documentation

◆ runBatchMetrics()

void runBatchMetrics ( int  argc,
char *  argv[] 
)

Run the program in batch mode.

Parameters
argcThe number of command line arguments
argvAn array to the command line arguments

◆ runInteractiveMode()

void runInteractiveMode ( char *  name_of_showcased)

Run the program in interactive mode (aka interactive mode)

Parameters
name_of_showcasedThe selected policy/protocol

◆ runSingleMetrics()

void runSingleMetrics ( int  argc,
char *  argv[] 
)

Process a trace file from a single config run (config from cmd args)

Parameters
argcThe number of program arguments
argvThe array of program arguments