Streamline time computation

No functional change.
This commit is contained in:
Marco Costalba
2013-08-03 18:30:43 +02:00
parent b1a4a18d63
commit f31847302d
3 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ struct Log : public std::ofstream {
namespace Time {
typedef int64_t point;
point now();
inline point now() { return system_time_to_msec(); }
}