From f8c8cf119c7113aebcf57749f4495577281d08e3 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 6 Apr 2022 17:15:25 -0700 Subject: Made note about test result timing size --- usr/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/test.c') diff --git a/usr/test.c b/usr/test.c index c5c07b4..7129937 100644 --- a/usr/test.c +++ b/usr/test.c @@ -7,7 +7,7 @@ #include #define MAX_ITER 4096 -//Multiplier for SYS_TIME_2 +//Multiplier for SYS_TIME_2 but note that times are reported in ns rather than us //#define MULTIPLIER 1000000/900 //#define TIMER(x) sys0_32(SYS_TIME_2, &x) //static unsigned long ti, tf; -- cgit v1.2.1