medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9ed1bb4102f5795d5253fe0e258bc54c82327484
parent a1bf2aedf9d318ab27a4d0c78411511efd0e8238
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Jan 17 23:15:30 +0000

TODO

Diffstat:
stats.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/stats.h b/stats.h @@ -6,6 +6,7 @@ const u32 STATS_NUM_QUART_SAMPLES = 1024; +// TODO: make this thread-safe struct Stats { double sum; double sum_of_squares;