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

Method performanceTracking

src/thundersvm/util/log.cpp:1577–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575 }
1576
1577 bool TypedConfigurations::performanceTracking(Level level) {
1578 return getConfigByVal<bool>(level, &m_performanceTrackingMap, "performanceTracking");
1579 }
1580
1581 base::type::fstream_t* TypedConfigurations::fileStream(Level level) {
1582 return getConfigByRef<base::FileStreamPtr>(level, &m_fileStreamMap, "fileStream").get();

Callers 1

PerformanceTrackerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected