CohereSim: A Bus-based Cache Simulator  v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
run_modes.h
Go to the documentation of this file.
1 
4 #pragma once
5 
9 void runBatchMetrics(int argc, char* argv[]);
10 
14 void runSingleMetrics(int argc, char* argv[]);
15 
18 void runInteractiveMode(char* name_of_showcased);
void runBatchMetrics(int argc, char *argv[])
Run the program in batch mode.
Definition: run_modes.cc:18
void runInteractiveMode(char *name_of_showcased)
Run the program in interactive mode (aka interactive mode)
Definition: run_modes.cc:143
void runSingleMetrics(int argc, char *argv[])
Process a trace file from a single config run (config from cmd args)
Definition: run_modes.cc:108