lib: bitmap: add performance test for bitmap_print_to_pagebuf
authorYury Norov <yury.norov@gmail.com>
Sat, 14 Aug 2021 21:17:12 +0000 (14:17 -0700)
committerYury Norov <yury.norov@gmail.com>
Sat, 2 Oct 2021 23:13:57 +0000 (16:13 -0700)
commit0ac8d21ff6c4c1f102c559cb6f1476a8424ba13a
treebfc36a3e356e3c1f974bf71992e4de81049d6d98
parent20a31ee8ae3a1a3d3742afae3a18381a850d6e7b
lib: bitmap: add performance test for bitmap_print_to_pagebuf

Functional tests for bitmap_print_to_pagebuf() are provided
in lib/test_printf.c. This patch adds performance test for
a case of fully set bitmap.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
lib/test_bitmap.c