X-Git-Url: https://git.llucax.com/software/dgc/dgcbench.git/blobdiff_plain/0fd90b095e5d567f24c1b3fd476ef79a1f2fcef9..f430308cdc808f9a511e4d0518fa75bffa223dd4:/micro/rnd_data_2.d diff --git a/micro/rnd_data_2.d b/micro/rnd_data_2.d index eab18ac..1cd89bf 100644 --- a/micro/rnd_data_2.d +++ b/micro/rnd_data_2.d @@ -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;