most of the stuff we should need for benchmarking. next: search memory leaks, after 1.5million simulated

inputs we are leaking about 1Gb of ram...
This commit is contained in:
Bernhard Amann 2012-03-30 09:08:08 -07:00
parent 28f3fa0144
commit 355b85fcd7
6 changed files with 34 additions and 2 deletions

View file

@ -1,4 +1,5 @@
@load ./main
@load ./readers/ascii
@load ./readers/raw
@load ./readers/benchmark

View file

@ -0,0 +1,8 @@
##! Interface for the ascii input reader.
module InputBenchmark;
export {
## multiplication factor for each second
const factor = 1 &redef;
}