3 This file is part of libmspcore
4 Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_TIME_UTILS_H_
9 #define MSP_TIME_UTILS_H_
19 extern TimeStamp now();
20 extern std::string format_now(const std::string &);
21 extern TimeDelta get_cpu_time();
22 extern int sleep(const TimeDelta &);