Searched refs:ts (Results 1 – 2 of 2) sorted by relevance
119 std::string TimespecToString(const timespec& ts) { in TimespecToString() argument121 ss << ts.tv_sec << '.' << std::setfill('0') << std::setw(9) << ts.tv_nsec; in TimespecToString()
28 std::string TimespecToString(const timespec& ts);