Package edu.brown.profilers

Examples of edu.brown.profilers.AntiCacheManagerProfiler$EvictionHistory


        System.out.println(results[0]);
        // here we should check if we got all the comments for the article
        // and compare the article id
        assertEquals(expected, results[0].getLong(1));
       
        AntiCacheManagerProfiler profiler = hstore_site.getAntiCacheManager().getDebugContext().getProfiler(0);
        assertNotNull(profiler);
        assertEquals(1, profiler.evictedaccess_history.size());
       
    }
View Full Code Here

TOP

Related Classes of edu.brown.profilers.AntiCacheManagerProfiler$EvictionHistory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.