Home
last modified time | relevance | path

Searched refs:samples_recorded (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dstack_sampling_profiler_unittest.cc696 SampleRecordedCounter samples_recorded[size(params)]; in PROFILER_TEST_F() local
699 module_cache(), &samples_recorded[0]); in PROFILER_TEST_F()
701 module_cache(), &samples_recorded[1]); in PROFILER_TEST_F()
710 while (samples_recorded[0].Get() == 0 || samples_recorded[1].Get() == 0) in PROFILER_TEST_F()
719 size_t count0 = samples_recorded[0].Get(); in PROFILER_TEST_F()
720 size_t count1 = samples_recorded[1].Get(); in PROFILER_TEST_F()
725 while (samples_recorded[1].Get() < count1 + 2) in PROFILER_TEST_F()
730 EXPECT_EQ(count0, samples_recorded[0].Get()); in PROFILER_TEST_F()
771 SampleRecordedEvent samples_recorded; in PROFILER_TEST_F() local
773 module_cache(), &samples_recorded); in PROFILER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dstack_sampling_profiler_unittest.cc650 SampleRecordedCounter samples_recorded[size(params)]; in PROFILER_TEST_F() local
653 module_cache(), &samples_recorded[0]); in PROFILER_TEST_F()
655 module_cache(), &samples_recorded[1]); in PROFILER_TEST_F()
664 while (samples_recorded[0].Get() == 0 || samples_recorded[1].Get() == 0) in PROFILER_TEST_F()
673 size_t count0 = samples_recorded[0].Get(); in PROFILER_TEST_F()
674 size_t count1 = samples_recorded[1].Get(); in PROFILER_TEST_F()
679 while (samples_recorded[1].Get() < count1 + 2) in PROFILER_TEST_F()
684 EXPECT_EQ(count0, samples_recorded[0].Get()); in PROFILER_TEST_F()
725 SampleRecordedEvent samples_recorded; in PROFILER_TEST_F() local
727 module_cache(), &samples_recorded); in PROFILER_TEST_F()
[all …]
/dports/audio/kwave/kwave-21.12.3/plugins/record/
H A DRecordPlugin.h73 void sigRecordedSamples(sample_index_t samples_recorded);
H A DRecordDialog.h206 void setRecordedSamples(sample_index_t samples_recorded);
H A DRecordDialog.cpp1325 void Kwave::RecordDialog::setRecordedSamples(sample_index_t samples_recorded) in setRecordedSamples() argument
1328 m_samples_recorded = samples_recorded; in setRecordedSamples()