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, 15 Jan 2022 16:47:31 +0000 (08:47 -0800)
commitdb7313005e9c2d4e80888dd18d4a83926b920e8c
tree74aaf109b45c7a92b7680cda27ae46a1d7cb450f
parentec288a2cf7ca40a939316b6df206ab845bb112d1
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