From 0d7570c74555c5e205ab6e22a99f01084f461c45 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 29 Jan 2015 00:35:23 +0200 Subject: [PATCH] comment about clock --- include/spdlog/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index a75f9c6a..72325180 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -37,7 +37,7 @@ #endif // under linux, use the much faster CLOCK_REALTIME_COARSE clock. -// this clock is less accurate - resolution is 1ms under i386 and x86_64. +// this clock is less accurate - accuracy upto ~1ms under i386 and x86_64. // comment to use the regular (and slower) clock #ifdef __linux__