MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / ::tm

Class ::tm

src/thundersvm/util/log.cpp:1108–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106 std::string DateTime::timevalToString(struct timeval tval, const char* format,
1107 const el::base::SubsecondPrecision* ssPrec) {
1108 struct ::tm timeInfo;
1109 buildTimeInfo(&tval, &timeInfo);
1110 const int kBuffSize = 30;
1111 char buff_[kBuffSize] = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected