Home
last modified time | relevance | path

Searched refs:FormatTime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dconsole_reporter.cc101 static std::string FormatTime(double time) { in FormatTime() function
135 const std::string real_time_str = FormatTime(real_time); in PrintRunData()
136 const std::string cpu_time_str = FormatTime(cpu_time); in PrintRunData()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp230 static std::string FormatTime(const std::time_t &now, const char *format) { in FormatTime() function
243 Define("__DATE__"s, FormatTime(now, "\"%h %e %Y\"")); // e.g., "Jun 16 1904" in DefineStandardMacros()
244 Define("__TIME__"s, FormatTime(now, "\"%T\"")); // e.g., "23:59:60" in DefineStandardMacros()