Searched defs:CollectionContext (Results 1 – 2 of 2) sorted by relevance
152 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread153 CollectionContext(PlatformThreadId target, in CollectionContext() function168 const int collection_id;170 const PlatformThreadId target; // ID of The thread being sampled.171 const SamplingParams params; // Information about how to sample.172 WaitableEvent* const finished; // Signaled when all sampling complete.175 std::unique_ptr<NativeStackSampler> native_sampler;178 std::unique_ptr<ProfileBuilder> profile_builder;181 Time next_sample_time;184 Time profile_start_time;[all …]
122 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread123 CollectionContext(PlatformThreadId thread_id, in CollectionContext() argument138 const int collection_id;139 const PlatformThreadId thread_id; // Thread id of the sampled thread.141 const SamplingParams params; // Information about how to sample.143 finished; // Signaled when all sampling complete.146 std::unique_ptr<ProfileBuilder> profile_builder;149 std::unique_ptr<StackSampler> sampler;152 TimeTicks next_sample_time;155 TimeTicks profile_start_time;[all …]