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

Function default_option

libCacheSim/traceAnalyzer/analyzer.h:83–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83static struct analysis_option default_option() {
84 struct analysis_option option = {
85 .req_rate = false,
86 .access_pattern = false,
87 .size = false,
88 .reuse = false,
89 .popularity = false,
90 .ttl = false,
91 .popularity_decay = false,
92 .lifetime = false,
93 .create_future_reuse_ccdf = false,
94 .prob_at_age = false,
95 .size_change = false
96 };
97
98 return option;
99};
100
101#define DEFAULT_PREALLOC_N_OBJ 1e8
102

Callers 1

init_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected