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

Method isFlushNeeded

include/thundersvm/util/log.h:2309–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2307 void flush(Level level, base::type::fstream_t* fs);
2308
2309 inline bool isFlushNeeded(Level level) {
2310 return ++m_unflushedCount.find(level)->second >= m_typedConfigurations->logFlushThreshold(level);
2311 }
2312
2313 inline LogBuilder* logBuilder(void) const {
2314 return m_logBuilder.get();

Callers 2

dispatchMethod · 0.80
handleMethod · 0.80

Calls 1

logFlushThresholdMethod · 0.80

Tested by

no test coverage detected