std.benchmark ready for review. Manager sought after

Dmitry Olshansky dmitry.olsh at gmail.com
Sun Apr 8 08:48:07 PDT 2012


On 08.04.2012 12:16, Somedude wrote:
[snip]
>
> Like it. Would it be a good idea to add a column with an average memory
> used ?

In general it's next to impossible and/or entirely OS-specific.
What can be done I think is adding a query function to GC interface that 
returns amount of RAM currently allocated on it's heap.

So adding GC heap usage can be done albeit it's not really a stable 
metric. This way one gets a nice hint on why something is slow ;)

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list