X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FMicroTime.hh;h=6dd57efec05a5782d406027a7c2203a27a4a2adf;hb=9a988902090d28007578e93bffd809f6bd913155;hp=0d04900dec65ef92d7dcdc6ebd59f9930cc8015f;hpb=553781d9e9bce316dca24ac4f0c42e5613e849e0;p=senf.git diff --git a/Utils/MicroTime.hh b/Utils/MicroTime.hh index 0d04900..6dd57ef 100644 --- a/Utils/MicroTime.hh +++ b/Utils/MicroTime.hh @@ -26,13 +26,13 @@ type precise to 10-6 seconds. Up to now, the only supported members are the datatype (which just uses a 64 bit integer) and the now() function to get the current UTC time in - microsecods since the Epoch. - + microseconds since the Epoch. + \idea This thing only exists as a quick hack. We can probably make - use of Boost.Time or some such thing so it probably does not - make sense to extend this further. We should however check the - performance of Boost.Time since this is used heavily in the - Scheduler. + use of Boost.Time or some such thing so it probably does not + make sense to extend this further. We should however check the + performance of Boost.Time since this is used heavily in the + Scheduler. */ #ifndef HH_MicroTime_ @@ -45,7 +45,7 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - + /// \addtogroup time /// @{ @@ -67,4 +67,8 @@ namespace senf { // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: