Searched refs:ChildCallStackProfileCollector (Results 1 – 4 of 4) sorted by relevance
18 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::ChildCallStackProfileCollector39 ChildCallStackProfileCollector::~ChildCallStackProfileCollector() {} in ~ChildCallStackProfileCollector()41 void ChildCallStackProfileCollector::SetParentProfileCollector( in SetParentProfileCollector()68 void ChildCallStackProfileCollector::Collect(base::TimeTicks start_timestamp, in Collect()[all …]
49 class ChildCallStackProfileCollector {51 ChildCallStackProfileCollector();53 ChildCallStackProfileCollector(const ChildCallStackProfileCollector&) =55 ChildCallStackProfileCollector& operator=(56 const ChildCallStackProfileCollector&) = delete;58 ~ChildCallStackProfileCollector();
30 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()
80 const ChildCallStackProfileCollector::ProfileState& profile, in ExpectProfile()87 const std::vector<ChildCallStackProfileCollector::ProfileState>& profiles() in profiles()96 ChildCallStackProfileCollector child_collector_;