changing time measurement from milliseconds to microseconds
[oweals/gnunet.git] / src / nse / perf_kdf.c
index fbc846ac2c537204b136354bdb361482284ebc06..89ddada81d13ff02685009672a77ebf7e9af8739 100644 (file)
@@ -79,7 +79,7 @@ main (int argc, char *argv[])
   GAUGER ("NSE", "Proof-of-work hashing",
           1024 / (1 +
                  GNUNET_TIME_absolute_get_duration
-                 (start).rel_value), "hashes/s");
+                 (start).rel_value_us / 1000LL), "hashes/ms");
   return 0;
 }