Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dchild_call_stack_profile_collector.cc18 ChildCallStackProfileCollector::ProfileState::ProfileState() = default;
19 ChildCallStackProfileCollector::ProfileState::ProfileState(ProfileState&&) =
22 ChildCallStackProfileCollector::ProfileState::ProfileState( in ProfileState()
30 ChildCallStackProfileCollector::ProfileState::~ProfileState() = default;
33 ChildCallStackProfileCollector::ProfileState&
34 ChildCallStackProfileCollector::ProfileState::operator=(ProfileState&&) =
37 ChildCallStackProfileCollector::ChildCallStackProfileCollector() {} in ChildCallStackProfileCollector() function in metrics::ChildCallStackProfileCollector
39 ChildCallStackProfileCollector::~ChildCallStackProfileCollector() {} in ~ChildCallStackProfileCollector()
41 void ChildCallStackProfileCollector::SetParentProfileCollector( in SetParentProfileCollector()
68 void ChildCallStackProfileCollector::Collect(base::TimeTicks start_timestamp, in Collect()
[all …]
H A Dchild_call_stack_profile_collector.h49 class ChildCallStackProfileCollector {
51 ChildCallStackProfileCollector();
53 ChildCallStackProfileCollector(const ChildCallStackProfileCollector&) =
55 ChildCallStackProfileCollector& operator=(
56 const ChildCallStackProfileCollector&) = delete;
58 ~ChildCallStackProfileCollector();
H A Dcall_stack_profile_builder.cc30 std::unique_ptr<ChildCallStackProfileCollector>&
32 static base::NoDestructor<std::unique_ptr<ChildCallStackProfileCollector>> in GetChildCallStackProfileCollector()
33 instance(std::make_unique<ChildCallStackProfileCollector>()); in GetChildCallStackProfileCollector()
294 std::make_unique<ChildCallStackProfileCollector>(); in ResetChildCallStackProfileCollectorForTesting()
H A Dchild_call_stack_profile_collector_unittest.cc80 const ChildCallStackProfileCollector::ProfileState& profile, in ExpectProfile()
87 const std::vector<ChildCallStackProfileCollector::ProfileState>& profiles() in profiles()
96 ChildCallStackProfileCollector child_collector_;