aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-06 17:15:25 -0700
committerChristian Cunningham <cc@localhost>2022-04-06 17:15:25 -0700
commitf8c8cf119c7113aebcf57749f4495577281d08e3 (patch)
tree6caaa084e7b563987f0591bfe3a73f936885fe26
parent6246a37014ad3f3d54908dc23554655533ab50e8 (diff)
Made note about test result timing size
-rw-r--r--usr/test.c2
1 files changed, 1 insertions, 1 deletions
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 <util/mutex.h>
#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;