revert support for monotonic clock - it is not faster than realtime

This commit is contained in:
gabime
2015-12-22 21:40:27 +02:00
parent e3c3f91c11
commit a1e25cdb28
2 changed files with 0 additions and 29 deletions

View File

@@ -17,14 +17,6 @@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Under Linux, the much faster CLOCK_MONOTONIC clock can be used.
// This clock is more accurate than CLOCK_REALTIME_COARSE and faster than regular clock.
// Uncomment to use it instead of the regular clock.
// #define SPDLOG_CLOCK_MONOTONIC
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment if date/time logging is not needed.
// This will prevent spdlog from quering the clock on each log call.