Files
zig/lib
Heide Onas Auri 907c5589ae std.time.Timer.lap: only read system time once (#4533)
Calling Timer.lap queried the system time twice; once to compute the lap
time and once to reset the timer. This can lead to time discrepancies
between actual and computed durations when summing the result of
Timer.lap in a loop. This commit fixes that.

also fix Timer.read to not require a pointer
2020-02-23 18:25:52 -05:00
..
2020-01-31 23:50:26 +01:00
2019-12-02 16:02:03 -05:00
2019-07-19 16:54:00 -04:00