Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DCallChainJoiner_test.cpp222 ASSERT_EQ(joiner.GetCacheStat().cache_size, sizeof(CacheNode) * 1024); in TEST_F()
223 ASSERT_EQ(joiner.GetCacheStat().matched_node_count_to_extend_callchain, 1u); in TEST_F()
224 ASSERT_EQ(joiner.GetCacheStat().max_node_count, 1024u); in TEST_F()
225 ASSERT_EQ(joiner.GetCacheStat().used_node_count, 50u); in TEST_F()
226 ASSERT_EQ(joiner.GetCacheStat().recycled_node_count, 0u); in TEST_F()
DCallChainJoiner.h168 const call_chain_joiner_impl::LRUCacheStat& GetCacheStat() { return cache_stat_; } in GetCacheStat() function