64c64,65
< cache(nullptr), warmupBound(0),
---
> cache(nullptr),
> warmupBound((p->warmup_percentage/100.0) * (p->size / p->block_size)),