2 This file is part of libmspcore
3 Copyright © 2006 Mikko Rasa, Mikkosoft Productions
4 Distributed under the LGPL
6 #ifndef MSP_TIME_UTILS_H_
7 #define MSP_TIME_UTILS_H_
17 extern TimeStamp now();
18 extern std::string format_now(const std::string &);
19 extern TimeDelta get_cpu_time();
20 extern int sleep(const TimeDelta &);