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

Method logFlushThreshold

src/thundersvm/util/log.cpp:1589–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587 }
1588
1589 std::size_t TypedConfigurations::logFlushThreshold(Level level) {
1590 return getConfigByVal<std::size_t>(level, &m_logFlushThresholdMap, "logFlushThreshold");
1591 }
1592
1593 void TypedConfigurations::build(Configurations* configurations) {
1594 base::threading::ScopedLock scopedLock(lock());

Callers 1

isFlushNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected