Searched refs:warmUp (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ |
D | PopulatedCachesTest.java | 59 List<Entry<Object, Object>> warmed = warmUp(cache); in testSize_populated() 69 List<Entry<Object, Object>> warmed = warmUp(cache); in testContainsKey_found() 85 List<Entry<Object, Object>> warmed = warmUp(cache); in testPut_populated() 108 List<Entry<Object, Object>> warmed = warmUp(cache); in testPutIfAbsent_populated() 129 List<Entry<Object, Object>> warmed = warmUp(cache); in testPutAll_populated() 143 List<Entry<Object, Object>> warmed = warmUp(cache); in testReplace_populated() 164 List<Entry<Object, Object>> warmed = warmUp(cache); in testRemove_byKey() 179 List<Entry<Object, Object>> warmed = warmUp(cache); in testRemove_byKeyAndValue() 195 List<Entry<Object, Object>> warmed = warmUp(cache); in testKeySet_populated() 222 List<Entry<Object, Object>> warmed = warmUp(cache); in testValues_populated() [all …]
|
D | EmptyCachesTest.java | 149 warmUp(cache, 0, 100); in testKeySet_clear() 226 warmUp(cache, 0, 100); in testValues_clear() 303 warmUp(cache, 0, 100); in testEntrySet_clear() 382 private void warmUp(LoadingCache<Object, Object> cache, int minimum, int maximum) {
|
D | CacheEvictionTest.java | 185 CacheTesting.warmUp(cache, 0, 10); in testEviction_lru() 218 CacheTesting.warmUp(cache, 0, 10); in testEviction_weightedLru() 261 CacheTesting.warmUp(cache, 0, 10); in testEviction_overweight()
|
D | CacheTesting.java | 385 warmUp(cache, 0, 2 * maxSize); 407 static void warmUp(LoadingCache<Integer, Integer> map, int start, int end) {
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | AllocationInstrumentTest.java | 99 @BeforeExperiment void warmUp() { in warmUp() method in AllocationInstrumentTest.ArrayListGrowthBenchmark
|