From ad8f4725b4d41c652dd414037bec59cc9aa919a4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Sep 2019 00:38:12 +0000 Subject: Use stopwatch where applicable --- src/tests/test-switch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests') diff --git a/src/tests/test-switch.c b/src/tests/test-switch.c index 0133777..51d76ad 100644 --- a/src/tests/test-switch.c +++ b/src/tests/test-switch.c @@ -20,6 +20,7 @@ int main (void) genalloc ga = GENALLOC_ZERO ; tain_t deadline ; PROG = "test-switch" ; + tain_now_set_stopwatch() ; tain_now_g() ; tain_from_millisecs(&deadline, 10000) ; tain_add_g(&deadline, &deadline) ; -- cgit v1.2.3