make benchmark reader hartbeat inverval aware

fix small memleak on tablereader destruction
make timespread better configureable
This commit is contained in:
Bernhard Amann 2012-03-28 15:37:32 -07:00
parent b47620e501
commit 1170a87769
6 changed files with 34 additions and 12 deletions

View file

@ -19,5 +19,5 @@ export {
const stopspreadat = 0 &redef;
## 1 -> enable timed spreading
const timedspread = 0 &redef;
const timedspread = 0.0 &redef;
}