Searched refs:format_tv (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp70 format_tv(struct timeval* tv) function
149 const std::string timestamp = format_tv(tv);
175 (*m_os) << "tc, " << format_tv(tv) << ", " << str << "\n";
253 (*m_os) << "[" << format_tv(tv) << "s]\n\n";
274 (*m_os) << "[" << format_tv(tv) << "s] ";
436 (*m_os) << "<tp-time>" << format_tv(tv) << "</tp-time>";
477 (*m_os) << "<tc-time>" << format_tv(tv) << "</tc-time>";

Completed in 27 milliseconds