#include <senf/Scheduler/Scheduler.hh>
This time source may be used to provide timing information for log messages within the Utils/Logger framework. This time source will use Scheduler::eventTime() to provide timing information.
senf::log::timeSource<senf::scheduler::LogTimeSource>();
Using this information reduces the number of necessary ClockService::now() calls and thus the number of system calls.
Definition at line 351 of file Scheduler.hh.
Public Member Functions |
|
senf::log::time_type | operator() () const |
senf::log::time_type senf::scheduler::LogTimeSource:: | ||||
operator() | () | |||
Definition at line 165 of file Scheduler.cc.