diff options
author | Christian Cunningham <cc@localhost> | 2022-04-06 17:15:25 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-06 17:15:25 -0700 |
commit | f8c8cf119c7113aebcf57749f4495577281d08e3 (patch) | |
tree | 6caaa084e7b563987f0591bfe3a73f936885fe26 /usr | |
parent | 6246a37014ad3f3d54908dc23554655533ab50e8 (diff) |
Made note about test result timing size
Diffstat (limited to 'usr')
-rw-r--r-- | usr/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |