Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp42 class VibratorBenchmarkTest : public benchmark::Fixture { class
48 void VibratorBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
53 void VibratorBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
63 BENCHMARK_F(VibratorBenchmarkTest, StartOnce)(benchmark::State &state) in BENCHMARK_F() argument
78 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, StartOnce)->
87 BENCHMARK_F(VibratorBenchmarkTest, Start)(benchmark::State &state) in BENCHMARK_F() argument
102 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, Start)->
111 BENCHMARK_F(VibratorBenchmarkTest, Stop)(benchmark::State &state) in BENCHMARK_F() argument
126 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, Stop)->
135 BENCHMARK_F(VibratorBenchmarkTest, GetVibratorInfo)(benchmark::State &state) in BENCHMARK_F() argument
[all …]