Made a note to fix a divide-by-zero problem.
authorArt Cancro <ajc@citadel.org>
Mon, 4 Mar 2024 21:13:15 +0000 (16:13 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 4 Mar 2024 21:13:15 +0000 (16:13 -0500)
(ops_completed / (time(NULL) - time_started)

I thought my new machine had a problem but it turned out to just be
running so fast that "time(NULL) - time_started" really was zero.


No differences found