#include <string>
#include <iosfwd>
#include "ers/ers.hpp"
#include "oks/exceptions.hpp"
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/date_time/posix_time/time_formatters.hpp>
Go to the source code of this file.
◆ OSK_PROFILING
#define OSK_PROFILING |
( |
| FID, |
|
|
| K ) |
Value:OksFunctionProfiler yyy(FID, K);
Definition at line 97 of file defs.hpp.
◆ OSK_VERBOSE_REPORT
#define OSK_VERBOSE_REPORT |
( |
| MSG | ) |
|
Value:if(p_verbose) { boost::posix_time::ptime
now = boost::posix_time::second_clock::universal_time(); std::cout <<
"[OKS " << boost::posix_time::to_simple_string(
now) <<
"]: " << MSG << std::endl; std::cout.flush();}
Definition at line 88 of file defs.hpp.