senf::scheduler::LogTimeSource Struct Reference

scheduler specific time source for Utils/Logger framework More...

#include <senf/Scheduler/Scheduler.hh>

List of all members.


Detailed Description

scheduler specific time source for Utils/Logger framework

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

Member Function Documentation

senf::log::time_type senf::scheduler::LogTimeSource::
operator() ()

Definition at line 165 of file Scheduler.cc.


The documentation for this struct was generated from the following files: