From b8abe660fab174d37f8f49142f2261e93f463527 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 19 Oct 2024 11:07:04 -0400 Subject: Simplify packet_pool, various fixes Signed-off-by: Andrew Opalach --- tests/timer_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/timer_thread.c b/tests/timer_thread.c index b3a8aa4..2949cf7 100644 --- a/tests/timer_thread.c +++ b/tests/timer_thread.c @@ -14,7 +14,7 @@ static aki_thread_result AKI_THREADCALL test_thread(void *userdata) for (u32 i = 0; i < REPEAT; i++) { diff = (aki_get_tick() - start) * 1000000Lu; aki_thread_sleep(AKI_TS_FROM_USEC(DELAY + ((s64)(i * DELAY) - diff))); - al_printf("[%2u] %lfs\n", i, diff / 1000000.0); + al_printf("[%2u (%llu)] %lfs\n", i, aki_get_timestamp(), diff / 1000000.0); } return 0; } -- cgit v1.2.3-101-g0448