Skip to content

Improve timing precision

Michael Trainor requested to merge timing-precision into main

Timing fields in structs were float32, and this was reducing the original precision of the timings.

Timing fields are now float64.

Closes #12 (closed)

Edited by Michael Trainor

Merge request reports