platform_bionic/benchmarks/test_suites/test_alignment_onebuf_manual.xml
Haibo Huang 510dda3ea1 Fix benchmark-tests
1. fix all_benchmarks. Some new benchmarks were added.
2. move some benchmark suites to the right place.
3. add unit test for https://android-review.googlesource.com/c/platform/bionic/+/724785

Test: compile and run bionic-benchmarks-tests on device.
Change-Id: I2b686b51910a422b664f9ea968199f37944039c0
2018-08-11 23:43:03 -07:00

30 lines
736 B
XML

<fn>
<name>BM_string_strlen</name>
<iterations>1</iterations>
<args>AT_ONEBUF_MANUAL_ALIGN_0_SIZE_115</args>
</fn>
<fn>
<name>BM_string_memset</name>
<iterations>1</iterations>
<args>AT_ONEBUF_MANUAL_ALIGN_1_SIZE_1024</args>
</fn>
<fn>
<name>BM_string_strlen</name>
<iterations>1</iterations>
<args>AT_ONEBUF_MANUAL_ALIGN_4_SIZE_2048</args>
</fn>
<fn>
<name>BM_string_memset</name>
<iterations>1</iterations>
<args>AT_ONEBUF_MANUAL_ALIGN_32_SIZE_4000</args>
</fn>
<fn>
<name>BM_string_strlen</name>
<iterations>1</iterations>
<args>AT_ONEBUF_MANUAL_ALIGN_4_SIZE_MEDIUM</args>
</fn>
<fn>
<name>BM_string_memset</name>
<iterations>1</iterations>
<args>AT_ONEBUF_MANUAL_ALIGN_32_SIZE_LARGE</args>
</fn>