--- nono/vm/test_ethernet.cpp 2026/04/29 17:05:42 1.1.1.2 +++ nono/vm/test_ethernet.cpp 2026/04/29 17:06:00 1.1.1.3 @@ -110,7 +110,7 @@ end_perf_func() { sw.Stop(); - uint64 usec = sw.Elapsed() / 1000; + uint64 usec = nsec_to_usec(sw.Elapsed_nsec()); printf("%6.2f times/usec\n", (double)perf_count / usec); }