Home
last modified time | relevance | path

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

/external/libchrome/base/profiler/
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 …]
/external/cronet/tot/base/profiler/
Dstack_sampling_profiler.cc123 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread
124 CollectionContext(PlatformThreadId thread_id, in CollectionContext() function
137 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 …]
/external/cronet/stable/base/profiler/
Dstack_sampling_profiler.cc123 struct CollectionContext { struct in base::StackSamplingProfiler::SamplingThread
124 CollectionContext(PlatformThreadId thread_id, in CollectionContext() argument
137 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 …]