Update common.h

This commit is contained in:
Gabi Melman 2015-01-29 12:18:27 +02:00
parent 6b0ef15644
commit 47e695d2fc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#define SPDLOG_NOEXCEPT #define SPDLOG_NOEXCEPT
#endif #endif
// under linux, use the much faster CLOCK_REALTIME_COARSE clock. // under linux, you can use the much faster CLOCK_REALTIME_COARSE clock.
// this clock is less accurate - can be off by few millis - depending on the kernel HZ // this clock is less accurate - can be off by few millis - depending on the kernel HZ
// uncomment to use it instead of the regular (and slower) clock // uncomment to use it instead of the regular (and slower) clock