Home
last modified time | relevance | path

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

/external/perfetto/test/stress_test/
Dstress_producer.cc42 class StressTestDataSource : public DataSource<StressTestDataSource> { class
80 void StressTestDataSource::OnSetup(const SetupArgs&) { in OnSetup()
86 void StressTestDataSource::OnStart(const StartArgs&) { in OnStart()
92 void StressTestDataSource::OnStop(const StopArgs&) { in OnStop()
98 void StressTestDataSource::Worker::Start() { in Start()
100 thread_ = std::thread(&StressTestDataSource::Worker::WorkerMain, this, id_); in Start()
103 void StressTestDataSource::Worker::Stop() { in Stop()
111 void StressTestDataSource::Worker::WorkerMain(uint32_t worker_id) { in WorkerMain()
145 StressTestDataSource::Trace([&](StressTestDataSource::TraceContext ctx) { in WorkerMain()
162 void StressTestDataSource::Worker::FillPayload( in FillPayload()
[all …]