https://issues.dlang.org/show_bug.cgi?id=13724
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- Don't we have a std.benchmark that does something like this? BTW, I would recommend instead of returning the time in a tuple, put it in a ref parameter. This way, you can simply wrap any calls that you normally use. --
