]> git.llucax.com Git - software/dgc/dgcbench.git/commitdiff
micro/rnd_data_2.d: Add a comment about expected memory usage
authorLeandro Lucarella <llucax@gmail.com>
Sat, 22 Aug 2009 20:32:34 +0000 (17:32 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 22 Aug 2009 20:32:34 +0000 (17:32 -0300)
micro/rnd_data_2.d

index eab18ace17fe490fa741b79ada04f846c7b675eb..1cd89bfc70c4543027a45b214de0036e72088a3b 100644 (file)
@@ -4,6 +4,9 @@
 // (changed not to print anything and lower the total iterations; ported to
 // Tango)
 
+// Total residency should be ~160 MiB, but it usually increases a lot because
+// of false positives (probably in the static memory area)
+
 import tango.math.random.Random;
 
 const N = 2_000_000;