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

Method init

include/thundersvm/util/log.h:3489–3492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3487 base::type::LineNumber m_line;
3488 const char* m_func;
3489 inline void init(base::PerformanceTracker* performanceTracker, bool firstCheckpoint = false) {
3490 m_performanceTracker = performanceTracker;
3491 m_firstCheckpoint = firstCheckpoint;
3492 }
3493
3494 friend class el::base::PerformanceTracker;
3495};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected