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

Method blockName

include/thundersvm/util/log.h:3580–3582  ·  view source on GitHub ↗

namespace base

Source from the content-addressed store, hash-verified

3578};
3579} // namespace base
3580inline const std::string* PerformanceTrackingData::blockName() const {
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}

Callers 1

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected