Home
last modified time | relevance | path

Searched refs:GetCacheStat (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DCallChainJoiner_test.cpp225 ASSERT_EQ(joiner.GetCacheStat().cache_size, sizeof(CacheNode) * 1024); in TEST_F()
226 ASSERT_EQ(joiner.GetCacheStat().matched_node_count_to_extend_callchain, 1u); in TEST_F()
227 ASSERT_EQ(joiner.GetCacheStat().max_node_count, 1024u); in TEST_F()
228 ASSERT_EQ(joiner.GetCacheStat().used_node_count, 50u); in TEST_F()
229 ASSERT_EQ(joiner.GetCacheStat().recycled_node_count, 0u); in TEST_F()
DCallChainJoiner.h174 const call_chain_joiner_impl::LRUCacheStat& GetCacheStat() { in GetCacheStat() function