commit | db7313005e9c2d4e80888dd18d4a83926b920e8c | [log] [tgz] |
---|---|---|
author | Yury Norov <yury.norov@gmail.com> | Sat Aug 14 14:17:12 2021 -0700 |
committer | Yury Norov <yury.norov@gmail.com> | Sat Jan 15 08:47:31 2022 -0800 |
tree | 74aaf109b45c7a92b7680cda27ae46a1d7cb450f | |
parent | ec288a2cf7ca40a939316b6df206ab845bb112d1 [diff] |
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>