Created by: snehasish
When reset is called on caching_device_t, save the current values of num_hits, num_misses and num_child_hits before setting them to zero. Saving the last value on reset can help determine how long (number of misses) it took for the cache to be warm. This is particularly useful when determining cache warmup by fraction loaded rather than number of accesses.