Searched refs:getCacheHits (Results 1 – 3 of 3) sorted by relevance
45 virtual int getCacheHits() = 0;
45 int getCacheHits() override { return fCacheHits; } in getCacheHits() function in __anonb045545e0111::DiscardableMemoryPool
215 int cacheHits = pool->getCacheHits(); in run_single_benchmark()