MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / print_help

Function print_help

libCacheSim/bin/customized/fast23/main.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace std;
16
17void print_help(char *argv[]) {
18 /* only support oracleGeneral trace */
19 cout << "Usage: " << argv[0] << " mode[groups/grouping] trace_path ofilepath [group_size/n_repeat] [n_thread]" << endl;
20}
21
22int main(int argc, char *argv[]) {
23 if (argc < 4) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected