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

Function Mithril_default_params

libCacheSim/cache/prefetch/Mithril.c:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 gpointer gp2);
48
49const char *Mithril_default_params(void) {
50 return "lookahead-range=20, "
51 "max-support=8, min-support=2, confidence=1, pf-list-size=2, "
52 "rec-trigger=miss, block-size=1, max-metadata-size=0.1, "
53 "cycle-time=2, mining-threshold=5120, sequential-type=0, "
54 "sequential-K=-1, AMP-pthreshold=-1";
55}
56
57static void set_Mithril_default_init_params(
58 Mithril_init_params_t *init_params) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected