Home
last modified time | relevance | path

Searched refs:benchmark (Results 1 - 25 of 42) sorted by relevance

12

/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp16 #include <benchmark/benchmark.h>
45 class AudioRenderBenchmarkTest : public benchmark::Fixture {
57 virtual void SetUp(const ::benchmark::State &state);
58 virtual void TearDown(const ::benchmark::State &state);
152 void AudioRenderBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
175 void AudioRenderBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
194 BENCHMARK_F(AudioRenderBenchmarkTest, StartAndStop)(benchmark::State &state) in BENCHMARK_F()
209 BENCHMARK_F(AudioRenderBenchmarkTest, Pause)(benchmark::State &state) in BENCHMARK_F()
230 BENCHMARK_F(AudioRenderBenchmarkTest, Resume)(benchmark
[all...]
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/
H A Dhdf_vibrator_benchmark_test.cpp16 #include <benchmark/benchmark.h>
48 class vibratorBenchmarkTest : public benchmark::Fixture {
50 void SetUp(const ::benchmark::State &state);
51 void TearDown(const ::benchmark::State &state);
54 void vibratorBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
59 void vibratorBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
69 BENCHMARK_F(vibratorBenchmarkTest, SUB_Driver_Sensor_VibaratorPerf_0100)(benchmark::State &st) in BENCHMARK_F()
95 BENCHMARK_F(vibratorBenchmarkTest, SUB_Driver_Sensor_VibaratorPerf_0200)(benchmark::State &st) in BENCHMARK_F()
121 BENCHMARK_F(vibratorBenchmarkTest, SUB_Driver_Sensor_VibaratorPerf_0300)(benchmark
[all...]
/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp24 #include <benchmark/benchmark.h>
47 class DisplayBenchmarkTest : public benchmark::Fixture {
49 void TearDown(const ::benchmark::State &state);
55 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
197 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0100)(benchmark::State &state) in BENCHMARK_F()
214 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0200)(benchmark::State &state) in BENCHMARK_F()
231 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0300)(benchmark::State &state) in BENCHMARK_F()
248 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0400)(benchmark::State &state) in BENCHMARK_F()
265 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0500)(benchmark
[all...]
H A Ddisplay_benchmark_ut_test.cpp21 #include <benchmark/benchmark.h>
68 class DisplayBenchmarkTest : public benchmark::Fixture {
70 void SetUp(const ::benchmark::State &state);
71 void TearDown(const ::benchmark::State &state);
110 void DisplayBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
114 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
125 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_3700)(benchmark::State &state) in BENCHMARK_F()
140 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_3800)(benchmark::State &state) in BENCHMARK_F()
/test/testfwk/developer_test/examples/calculator/test/benchmarktest/common/
H A Dbenchmark_demo_test.cpp16 #include <benchmark/benchmark.h>
31 string str = "benchmark test"; in SimpleExample()
35 static void BenchmarkTestExample(benchmark::State &state) in BenchmarkTestExample()
43 /* Register the function as a benchmark */
45 /* Register benchmark and explicitly set the fix iterations */
64 static void BenchmarkTestVectorOperator(benchmark::State &state) in BenchmarkTestVectorOperator()
73 * Register the function as a benchmark, set iterations repetitions.
96 static void BenchmarkTestVectorAt(benchmark::State &state) in BenchmarkTestVectorAt()
114 class BenchmarkDemoTest : public benchmark
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp16 #include <benchmark/benchmark.h>
42 class AudioCaptureBenchmarkTest : public benchmark::Fixture {
50 virtual void SetUp(const ::benchmark::State &state);
51 virtual void TearDown(const ::benchmark::State &state);
150 void AudioCaptureBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
185 void AudioCaptureBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
201 BENCHMARK_F(AudioCaptureBenchmarkTest, CaptureFrame)(benchmark::State &state) in BENCHMARK_F()
229 BENCHMARK_F(AudioCaptureBenchmarkTest, GetCapturePosition)(benchmark::State &state) in BENCHMARK_F()
262 BENCHMARK_F(AudioCaptureBenchmarkTest, StartAndStop)(benchmark
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/effect/
H A Deffect_model_test.cpp15 #include <benchmark/benchmark.h>
34 class EffectModelBenchmarkTest : public benchmark::Fixture {
40 virtual void SetUp(const ::benchmark::State &state);
41 virtual void TearDown(const ::benchmark::State &state);
44 void EffectModelBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
53 void EffectModelBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
75 BENCHMARK_F(EffectModelBenchmarkTest, HdfAudioIsSupplyEffectLibs)(benchmark::State &state) in BENCHMARK_F()
91 BENCHMARK_F(EffectModelBenchmarkTest, HdfAudioGetAllEffectDescriptors)(benchmark::State &state) in BENCHMARK_F()
108 BENCHMARK_F(EffectModelBenchmarkTest, HdfAudioCreateDestroyController)(benchmark
[all...]
H A Deffect_control_test.cpp15 #include <benchmark/benchmark.h>
38 class EffectControlBenchmarkTest : public benchmark::Fixture {
43 virtual void SetUp(const ::benchmark::State &state);
44 virtual void TearDown(const ::benchmark::State &state);
49 void EffectControlBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
68 void EffectControlBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
95 BENCHMARK_F(EffectControlBenchmarkTest, HdfAudioEffectProcess)(benchmark::State &state) in BENCHMARK_F()
112 BENCHMARK_F(EffectControlBenchmarkTest, HdfAudioSendCommandInit)(benchmark::State &state) in BENCHMARK_F()
130 BENCHMARK_F(EffectControlBenchmarkTest, HdfAudioGetDescriptor)(benchmark
[all...]
/test/xts/hats/hdf/codec/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp25 #include <benchmark/benchmark.h>
64 class CodecBenchmarkOmxTest : public benchmark::Fixture {
127 void SetUp(benchmark::State &state) in SetUp()
138 void TearDown(benchmark::State &state) in TearDown()
162 BENCHMARK_F(CodecBenchmarkOmxTest, GetComponentVersion)(benchmark::State &state) in BENCHMARK_F()
176 BENCHMARK_F(CodecBenchmarkOmxTest, GetParameter)(benchmark::State &state) in BENCHMARK_F()
191 BENCHMARK_F(CodecBenchmarkOmxTest, SetParameter)(benchmark::State &state) in BENCHMARK_F()
209 BENCHMARK_F(CodecBenchmarkOmxTest, GetConfig)(benchmark::State &state) in BENCHMARK_F()
228 BENCHMARK_F(CodecBenchmarkOmxTest, SetConfig)(benchmark
[all...]
H A Dcodec_benchmark_manager_test.cpp16 #include <benchmark/benchmark.h>
26 class CodecBenchmarkManagerTest : public benchmark::Fixture {
28 void SetUp(const ::benchmark::State &state) in SetUp()
33 void TearDown(const ::benchmark::State &state) in TearDown()
44 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentNum)(benchmark::State &state) in BENCHMARK_F()
59 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentCapabilityList)(benchmark::State &state) in BENCHMARK_F()
77 BENCHMARK_F(CodecBenchmarkManagerTest, CreateComponent)(benchmark::State &state) in BENCHMARK_F()
94 BENCHMARK_F(CodecBenchmarkManagerTest, DestoryComponent)(benchmark::State &state) in BENCHMARK_F()
/test/xts/hats/hdf/sensor/sensorBenchmarkTest/
H A Dhdf_sensor_benchmark_test.cpp16 #include <benchmark/benchmark.h>
86 class sensorBenchmarkTest : public benchmark::Fixture {
88 void SetUp(const ::benchmark::State &state);
89 void TearDown(const ::benchmark::State &state);
92 void sensorBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
97 void sensorBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
107 BENCHMARK_F(sensorBenchmarkTest, SUB_Driver_Sensor_SensorPerf_0100)(benchmark::State &st) in BENCHMARK_F()
138 BENCHMARK_F(sensorBenchmarkTest, SUB_Driver_Sensor_SensorPerf_0200)(benchmark::State &st) in BENCHMARK_F()
163 BENCHMARK_F(sensorBenchmarkTest, SUB_Driver_Sensor_SensorPerf_0300)(benchmark
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
H A Daudio_adapter_benchmarktest.cpp16 #include <benchmark/benchmark.h>
39 class AudioAdapterBenchmarkTest : public benchmark::Fixture {
46 void SetUp(const ::benchmark::State &state);
47 void TearDown(const ::benchmark::State &state);
112 void AudioAdapterBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
139 void AudioAdapterBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
151 BENCHMARK_F(AudioAdapterBenchmarkTest, InitAllPorts)(benchmark::State &state) in BENCHMARK_F()
164 BENCHMARK_F(AudioAdapterBenchmarkTest, CreateRenderAndDestroyRender)(benchmark::State &state) in BENCHMARK_F()
192 BENCHMARK_F(AudioAdapterBenchmarkTest, CreateCaptureAndDestroyCapture)(benchmark
[all...]
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp15 #include <benchmark/benchmark.h>
47 class PassthroughBenchmarkTest : public benchmark::Fixture {
49 void SetUp(const ::benchmark::State &state);
50 void TearDown(const ::benchmark::State &state);
53 void PassthroughBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
62 void PassthroughBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
69 * @tc.desc: scan input device test-benchmark
73 BENCHMARK_F(PassthroughBenchmarkTest, ScanInputDevice)(benchmark::State &st) in BENCHMARK_F()
97 * @tc.desc: open input device test-benchmark
[all...]
/test/xts/hats/hdf/display/buffer/benchmark/
H A Ddisplay_buffer_benchmark_test.cpp21 #include <benchmark/benchmark.h>
46 class DisplayBenchmarkTest : public benchmark::Fixture {
48 void SetUp(const ::benchmark::State &state);
49 void TearDown(const ::benchmark::State &state);
52 void DisplayBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
70 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
81 BENCHMARK_F(DisplayBenchmarkTest, SetMetadataTest)(benchmark::State &state) in BENCHMARK_F()
99 BENCHMARK_F(DisplayBenchmarkTest, GetMetadataTest)(benchmark::State &state) in BENCHMARK_F()
120 BENCHMARK_F(DisplayBenchmarkTest, ListMetadataKeysTest)(benchmark
[all...]
/test/xts/hats/hdf/input/inputBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp15 #include <benchmark/benchmark.h>
46 class InputBenchmarkTest : public benchmark::Fixture {
48 void SetUp(const ::benchmark::State &state);
49 void TearDown(const ::benchmark::State &state);
52 void InputBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
80 void InputBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
186 * @tc.name: open input device for ap mode benchmark test
191 BENCHMARK_F(InputBenchmarkTest, ScanInputDevice)(benchmark::State &st) in BENCHMARK_F()
210 * @tc.name: open input device for ap mode benchmark tes
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/manager/
H A Daudio_manager_benchmarktest.cpp16 #include <benchmark/benchmark.h>
31 class AudioManagerBenchmarkTest : public benchmark::Fixture {
35 void SetUp(const ::benchmark::State &state);
36 void TearDown(const ::benchmark::State &state);
72 void AudioManagerBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
78 void AudioManagerBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
83 BENCHMARK_F(AudioManagerBenchmarkTest, GetAllAdapters)(benchmark::State &state) in BENCHMARK_F()
101 BENCHMARK_F(AudioManagerBenchmarkTest, LoadAndUnloadAdapter)(benchmark::State &state) in BENCHMARK_F()
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp15 #include <benchmark/benchmark.h>
55 class wlanBenchmarkTest : public benchmark::Fixture {
57 void SetUp(const ::benchmark::State &state);
58 void TearDown(const ::benchmark::State &state);
61 void wlanBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
67 void wlanBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
108 benchmark::State &st) in BENCHMARK_F()
126 benchmark::State &st) in BENCHMARK_F()
157 benchmark in BENCHMARK_F()
[all...]
/test/xts/hats/hdf/light/lightBenchmarkTest/
H A Dhdf_light_benchmark_test.cpp16 #include <benchmark/benchmark.h>
41 class lightBenchmarkTest : public benchmark::Fixture {
43 void SetUp(const ::benchmark::State &state);
44 void TearDown(const ::benchmark::State &state);
47 void lightBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
52 void lightBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
61 BENCHMARK_F(lightBenchmarkTest, SUB_DriverSystem_LightBenchmark_0010)(benchmark::State &st) in BENCHMARK_F()
87 BENCHMARK_F(lightBenchmarkTest, SUB_DriverSystem_LightBenchmark_0020)(benchmark::State &st) in BENCHMARK_F()
124 BENCHMARK_F(lightBenchmarkTest, SUB_DriverSystem_LightBenchmark_0030)(benchmark
[all...]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dcamera_benchmark_test.cpp30 void CameraBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp()
37 void CameraBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
44 * @tc.desc: benchmark
50 benchmark::State &st) in BENCHMARK_F()
64 * @tc.desc: benchmark
70 benchmark::State &st) in BENCHMARK_F()
83 * @tc.desc: Prelaunch, benchmark.
89 benchmark::State &st) in BENCHMARK_F()
108 * @tc.desc: benchmark
114 benchmark in BENCHMARK_F()
[all...]
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkRequestTest.cpp23 using namespace benchmark::internal;
52 void HdfUsbdBenchmarkRequestTest::SetUp(const ::benchmark::State& state) in SetUp()
62 void HdfUsbdBenchmarkRequestTest::TearDown(const ::benchmark::State& state){} in TearDown()
84 * @tc.desc: Test functions to SetConfig benchmark test
90 (benchmark::State& st) in BENCHMARK_F()
113 * @tc.desc: Test functions to GetConfig benchmark test
119 (benchmark::State& st) in BENCHMARK_F()
142 * @tc.desc: Test functions to ClaimInterface benchmark test
148 (benchmark::State& st) in BENCHMARK_F()
171 * @tc.desc: Test functions to SetInterface benchmark tes
[all...]
H A DHdfUsbdBenchmarkTransferTest.cpp24 using namespace benchmark::internal;
81 void HdfUsbdBenchmarkTransferTest::SetUp(const ::benchmark::State& state) in SetUp()
91 void HdfUsbdBenchmarkTransferTest::TearDown(const ::benchmark::State& state){} in TearDown()
120 (benchmark::State& st) in BENCHMARK_F()
151 (benchmark::State& st) in BENCHMARK_F()
186 (benchmark::State& st) in BENCHMARK_F()
220 (benchmark::State& st) in BENCHMARK_F()
254 (benchmark::State& st) in BENCHMARK_F()
288 (benchmark::State& st) in BENCHMARK_F()
322 (benchmark in BENCHMARK_F()
[all...]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/include/
H A Dcamera_benchmark_test.h19 #include <benchmark/benchmark.h>
25 class CameraBenchmarkTest : public benchmark::Fixture {
27 void SetUp(const ::benchmark::State &state);
28 void TearDown(const ::benchmark::State &state);
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/include/
H A Dcamera_benchmark_test.h19 #include <benchmark/benchmark.h>
25 class CameraBenchmarkTest : public benchmark::Fixture {
27 void SetUp(const ::benchmark::State &state);
28 void TearDown(const ::benchmark::State &state);
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/include/
H A Dcamera_benchmark_test.h19 #include <benchmark/benchmark.h>
25 class CameraBenchmarkTest : public benchmark::Fixture {
27 void SetUp(const ::benchmark::State &state);
28 void TearDown(const ::benchmark::State &state);
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
H A DHdfUsbdBenchmarkFunctionTest.h18 #include <benchmark/benchmark.h>
37 class HdfUsbdBenchmarkFunctionTest : public benchmark::Fixture {
39 void SetUp(const ::benchmark::State &state);
40 void TearDown(const ::benchmark::State &state);

Completed in 12 milliseconds

12