Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc87 struct FlamegraphNode { struct
102 std::vector<FlamegraphNode> GetFlamegraph(trace_processor::TraceProcessor* tp) { in GetFlamegraph()
103 std::vector<FlamegraphNode> result; in GetFlamegraph()
911 Field(&FlamegraphNode::name, HasSubstr("RunAccurateMalloc")), in TEST_P()
912 Field(&FlamegraphNode::cumulative_size, Eq(15)), in TEST_P()
913 Field(&FlamegraphNode::cumulative_alloc_size, Eq(40))))); in TEST_P()
969 Field(&FlamegraphNode::name, HasSubstr("RunAccurateMalloc")), in TEST_P()
970 Field(&FlamegraphNode::cumulative_size, Eq(15)), in TEST_P()
971 Field(&FlamegraphNode::cumulative_alloc_size, Eq(40))))); in TEST_P()
1016 Field(&FlamegraphNode::name, HasSubstr("RunAccurateMalloc")), in TEST_P()
[all …]