Home
last modified time | relevance | path

Searched refs:SharedSampler (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/task_manager/sampling/
H A Dshared_sampler_posix.cc11 SharedSampler::SharedSampler( in SharedSampler() function in task_manager::SharedSampler
14 SharedSampler::~SharedSampler() {} in ~SharedSampler()
16 int64_t SharedSampler::GetSupportedFlags() const { return 0; } in GetSupportedFlags()
18 void SharedSampler::RegisterCallback( in RegisterCallback()
22 void SharedSampler::UnregisterCallback(base::ProcessId process_id) {} in UnregisterCallback()
24 void SharedSampler::Refresh(base::ProcessId process_id, in Refresh()
H A Dshared_sampler_win.cc29 static SharedSampler::QuerySystemInformationForTest
33 void SharedSampler::SetQuerySystemInformationForTest( in SetQuerySystemInformationForTest()
234 SharedSampler::SharedSampler( in SharedSampler() function in task_manager::SharedSampler
248 SharedSampler::~SharedSampler() {} in ~SharedSampler()
250 int64_t SharedSampler::GetSupportedFlags() const { in GetSupportedFlags()
255 void SharedSampler::RegisterCallback( in RegisterCallback()
310 void SharedSampler::ClearState() { in ClearState()
314 SharedSampler::AllSamplingResults SharedSampler::RefreshOnWorkerThread() { in RefreshOnWorkerThread()
353 bool SharedSampler::IsSupportedImageName( in IsSupportedImageName()
459 SharedSampler::AllSamplingResults SharedSampler::MakeResultsFromTwoSnapshots( in MakeResultsFromTwoSnapshots()
[all …]
H A Dshared_sampler.h36 class SharedSampler : public base::RefCountedThreadSafe<SharedSampler> {
38 explicit SharedSampler(
72 friend class base::RefCountedThreadSafe<SharedSampler>;
73 ~SharedSampler();
136 DISALLOW_COPY_AND_ASSIGN(SharedSampler);
H A Dshared_sampler_win_unittest.cc36 shared_sampler_(new SharedSampler(blocking_pool_runner_)) { in SharedSamplerTest()
78 base::Optional<SharedSampler::SamplingResult> results) { in OnSamplerRefreshDone()
99 scoped_refptr<SharedSampler> shared_sampler_;
205 SharedSampler::SetQuerySystemInformationForTest( in TEST_F()
215 SharedSampler::SetQuerySystemInformationForTest(nullptr); in TEST_F()
H A Dtask_group.h47 class SharedSampler; variable
58 const scoped_refptr<SharedSampler>& shared_sampler,
151 base::Optional<SharedSampler::SamplingResult> results);
171 scoped_refptr<SharedSampler> shared_sampler_;
H A Dtask_manager_impl.h35 class SharedSampler; variable
213 scoped_refptr<SharedSampler> shared_sampler_;
H A Dtask_group.cc87 const scoped_refptr<SharedSampler>& shared_sampler, in TaskGroup()
340 base::Optional<SharedSampler::SamplingResult> results) { in OnSamplerRefreshDone()
H A Dtask_group_unittest.cc76 new SharedSampler(io_task_runner_), io_task_runner_); in CreateTaskGroup()
H A Dtask_manager_impl.cc83 shared_sampler_(new SharedSampler(blocking_pool_runner_)),