totalBytesEvicted += bytesEvicted;
} // FOR
// PROFILER
if (profiler != null) {
EvictionHistory eh = new EvictionHistory(start,
System.currentTimeMillis(),
totalTuplesEvicted,
totalBlocksEvicted,
totalBytesEvicted);
profiler.eviction_history.add(eh);