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

Method endTime

include/thundersvm/util/log.h:3586–3588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3584 return const_cast<const struct timeval*>(&m_performanceTracker->m_startTime);
3585}
3586inline const struct timeval* PerformanceTrackingData::endTime() const {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected