Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dchild_call_stack_profile_collector_unittest.cc23 class ChildCallStackProfileCollectorTest : public ::testing::Test { class
54 ChildCallStackProfileCollectorTest() in ChildCallStackProfileCollectorTest() function in metrics::ChildCallStackProfileCollectorTest
58 ChildCallStackProfileCollectorTest(
59 const ChildCallStackProfileCollectorTest&) = delete;
60 ChildCallStackProfileCollectorTest& operator=(
61 const ChildCallStackProfileCollectorTest&) = delete;
100 TEST_F(ChildCallStackProfileCollectorTest, InterfaceProvided) { in TEST_F() argument
128 TEST_F(ChildCallStackProfileCollectorTest, InterfaceNotProvided) { in TEST_F() argument
153 TEST_F(ChildCallStackProfileCollectorTest, HeapProfiles) { in TEST_F() argument
H A Dchild_call_stack_profile_collector.h72 friend class ChildCallStackProfileCollectorTest;