Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dheap_profile_tracker_unittest.cc164 EXPECT_THAT(context.storage->heap_profile_frames().names(), in TEST_F()
166 EXPECT_THAT(context.storage->heap_profile_frames().mappings(), in TEST_F()
168 EXPECT_THAT(context.storage->heap_profile_frames().rel_pcs(), in TEST_F()
Dtrace_storage.h889 const HeapProfileFrames& heap_profile_frames() const { in heap_profile_frames() function