]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7067fee44841433ac46e73716363279646d1e88
tree74aaf109b45c7a92b7680cda27ae46a1d7cb450f
parent576a1c31a9b3925cb8ef4989fb8955e967f39e22
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