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

Function open_trace

libCacheSim/include/libCacheSim/reader.h:196–199  ·  view source on GitHub ↗

this is the same function as setup_reader */

Source from the content-addressed store, hash-verified

194
195/* this is the same function as setup_reader */
196static inline reader_t *open_trace(const char *path, const trace_type_e type,
197 const reader_init_param_t *reader_init_param) {
198 return setup_reader(path, type, reader_init_param);
199}
200
201/**
202 * get the number of requests from the trace

Callers 12

mainFunction · 0.85
simulateFunction · 0.85
gen_miss_traceMethod · 0.85
output_mrcMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
runSimulationFunction · 0.85
runSimFunction · 0.85

Calls 1

setup_readerFunction · 0.85

Tested by 1

mainFunction · 0.68