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

Function PG_default_params

libCacheSim/cache/prefetch/PG.c:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41static inline GList *_PG_get_prefetch_list(cache_t *cache, const request_t *req);
42
43const char *PG_default_params(void) {
44 return "lookahead-range=20, "
45 "block-size=1, max-metadata-size=0.1, "
46 "prefetch-threshold=0.05";
47}
48
49static void set_PG_default_init_params(PG_init_params_t *init_params) {
50 init_params->lookahead_range = 20;

Callers 1

PG_parse_init_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected