Commit graph

4 commits

Author SHA1 Message Date
Jonathan M Davis
4b8ebb3871 New std.datetime added.
Nothing in Phobos has been made to use it yet and nothing has yet been
marked as deprecated or scheduled for deprecation due to the new
std.datetime being checked in. That's for a future commit.
2011-01-12 09:13:50 +00:00
SHOO
c6aeea9131 Minor update. 2011-01-11 16:02:32 +00:00
SHOO
7cd2e0339e std.datetime: Added benchmark
This function came from std.date.
But now, benchmark returns Ticks[N] and don't use result argument.
I removed need to use GC for by doing it in this way.
2010-09-18 11:04:14 +00:00
SHOO
3f7580f002 Added std.datetime
1. deprecate std.perf (I added pragma(msg, "...").)
2. Define std.datetime, paste std.stopwatch in it.
I look at the state about the time handling.
2010-09-18 06:20:26 +00:00
Renamed from std/stopwatch.d (Browse further)