Home
last modified time | relevance | path

Searched defs:CollectionContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/profiler/
H A Dstack_sampling_profiler.cc152 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread
153 CollectionContext(PlatformThreadId target, in CollectionContext() function
168 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 …]
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler.cc122 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread
123 CollectionContext(PlatformThreadId thread_id, in CollectionContext() argument
138 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 …]