interface:
//get micro seconds from Epoch
inline UI64 TimeStamp();
//get current formatted time
inline std::string StrTimeStamp();
利用gettimeofday,时间精度较高。
interface:
//get micro seconds from Epoch
inline UI64 TimeStamp();
//get current formatted time
inline std::string StrTimeStamp();
利用gettimeofday,时间精度较高。