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

Method startTime

include/thundersvm/util/log.h:3583–3585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3581 return const_cast<const std::string*>(&m_performanceTracker->m_blockName);
3582}
3583inline const struct timeval* PerformanceTrackingData::startTime() const {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected