Searched defs:CollectionContext (Results 1 – 3 of 3) 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 …]
123 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread124 CollectionContext(PlatformThreadId thread_id, in CollectionContext() function137 const int collection_id;138 const PlatformThreadId thread_id; // Thread id of the sampled thread.140 const SamplingParams params; // Information about how to sample.142 finished; // Signaled when all sampling complete.145 std::unique_ptr<StackSampler> sampler;148 TimeTicks next_sample_time;151 TimeTicks profile_start_time;154 int sample_count = 0;[all …]
123 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread124 CollectionContext(PlatformThreadId thread_id, in CollectionContext() argument137 const int collection_id;138 const PlatformThreadId thread_id; // Thread id of the sampled thread.140 const SamplingParams params; // Information about how to sample.142 finished; // Signaled when all sampling complete.145 std::unique_ptr<StackSampler> sampler;148 TimeTicks next_sample_time;151 TimeTicks profile_start_time;154 int sample_count = 0;[all …]