19 #ifndef OPM_TIMERLOG_HPP
20 #define OPM_TIMERLOG_HPP
28 #include <opm/common/OpmLog/StreamLog.hpp>
39 static const int64_t StartTimer = 4096;
40 static const int64_t StopTimer = 8192;
42 explicit TimerLog(
const std::string& logFile);
50 const std::string& message)
override;
53 std::ostringstream m_work;
56 typedef std::shared_ptr<TimerLog> TimerLogPtr;
57 typedef std::shared_ptr<const TimerLog> TimerLogConstPtr;
Definition: StreamLog.hpp:30
Definition: TimerLog.hpp:37
void addMessageUnconditionally(int64_t messageFlag, const std::string &message) override
This is the method subclasses should override.
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29