26 : m_timeSample(timeSample),
27 m_streamPrintPeriod(streamPrintPeriod),
28 m_printCountdown(0.0) {
43 stream(type, lineId) << msg <<
'\n';
48 std::ostringstream oss;
50 stream(type, oss.str()) << msg <<
'\n';
54 if (t <= 0.0)
return false;
60 if (s <= 0.0)
return false;
72 std::pair<StreamCounterMap_t::iterator, bool> result =
76 double &counter = result.first->second;