Home
last modified time | relevance | path

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

/external/perfetto/test/cts/
Dend_to_end_integrationtest_cts.cc60 static constexpr uint32_t kRandomSeed = 42; in TestMockProducer() local
63 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TestMockProducer()
77 std::minstd_rand0 rnd_engine(kRandomSeed); in TestMockProducer()
/external/perfetto/test/
Dend_to_end_benchmark.cc56 static constexpr uint32_t kRandomSeed = 42; in BenchmarkProducer() local
65 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkProducer()
101 std::minstd_rand0 rnd_engine(kRandomSeed); in BenchmarkProducer()
129 static constexpr uint32_t kRandomSeed = 42; in BenchmarkConsumer() local
142 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkConsumer()
Dend_to_end_integrationtest.cc407 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local
409 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()
423 std::minstd_rand0 rnd_engine(kRandomSeed); in TEST_F()
448 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local
450 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()
464 std::minstd_rand0 rnd_engine(kRandomSeed); in TEST_F()