]> git.llucax.com Git - software/dgc/dgcbench.git/blobdiff - micro/rnd_data_2.d
micro/rnd_data_2.d: Add a comment about expected memory usage
[software/dgc/dgcbench.git] / 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;