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

Method lastCheckpointTime

include/thundersvm/util/log.h:3589–3591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3587 return const_cast<const struct timeval*>(&m_performanceTracker->m_endTime);
3588}
3589inline const struct timeval* PerformanceTrackingData::lastCheckpointTime() const {
3590 return const_cast<const struct timeval*>(&m_performanceTracker->m_lastCheckpointTime);
3591}
3592inline const std::string& PerformanceTrackingData::loggerId(void) const {
3593 return m_performanceTracker->m_loggerId;
3594}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected