Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/test/benchmarktest/
H A 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()
78 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, StartOnce)->
87 BENCHMARK_F(VibratorBenchmarkTest, Start)(benchmark::State &state) in BENCHMARK_F()
102 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, Start)->
111 BENCHMARK_F(VibratorBenchmarkTest, Stop)(benchmark::State &state) in BENCHMARK_F()
126 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, Stop)->
135 BENCHMARK_F(VibratorBenchmarkTest, GetVibratorInf
[all...]

Completed in 1 milliseconds