lib/array_debug: Added array_debug module to keep stats on Array use in a program.
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 26 Aug 2014 14:40:12 +0000 (10:40 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 26 Aug 2014 15:30:56 +0000 (11:30 -0400)
commitd4dca81d8cbb4c0b8076f2288bc9b9abf9b8f3fd
tree3c6860919ee518e1d6d67be28bf4494bea2360cb
parenta4e8f915663b4f07813b8ffeb8a998f1cafdbed0
lib/array_debug: Added array_debug module to keep stats on Array use in a program.

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/array_debug.nit [new file with mode: 0644]
tests/sav/array_debug.res [new file with mode: 0644]