X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Futils.cpp;fp=source%2Ftime%2Futils.cpp;h=d69febcb0a52a2326b2f7cf05c39cc92e18607a2;hp=7da0aede047aab2e9f2a839005879a61f187df78;hb=1f0843257065789231a9949e0a81b79afd7bbebe;hpb=62a984b46e08740d19cb055f01be3365982f6b9d diff --git a/source/time/utils.cpp b/source/time/utils.cpp index 7da0aed..d69febc 100644 --- a/source/time/utils.cpp +++ b/source/time/utils.cpp @@ -17,9 +17,6 @@ using namespace std; namespace Msp { namespace Time { -/** -Returns the current timestamp. -*/ TimeStamp now() { #ifndef WIN32 @@ -55,9 +52,6 @@ string format_now(const string &fmt) return DateTime(now()).format(fmt); } -/** -Returns the CPU time used by the program so far. -*/ TimeDelta get_cpu_time() { #ifndef WIN32 @@ -70,9 +64,6 @@ TimeDelta get_cpu_time() #endif } -/** -Sleeps for the given time. -*/ void sleep(const TimeDelta &d) { #ifndef WIN32