timers: save timer values to timers.dat
authorSebastian <git@sraa.de>
Fri, 25 Jul 2014 20:45:11 +0000 (20:45 +0000)
committerSebastian <git@sraa.de>
Fri, 25 Jul 2014 20:45:11 +0000 (20:45 +0000)
commit7ab62b4a715bc76f22234495464d3d722134b53a
tree9b7c05631c8e34c161afda3b87b5083888e27d6a
parent728ae71ff9a6c7429d243dbab38a8d188fdec607
timers: save timer values to timers.dat

it is reasonably impossible to calculate the standard inside epiphany,
since there is no 128 bit datatype (as needed for storing the squares).
the required sqrtf will already overflow the internal code memory, adding
bignum stuff won't help. even float ceils.

so put the burden of statistics on the host.
lb/hsrc/data.c
lb/hsrc/main.c