defer localtime to formatter to improve async performace

This commit is contained in:
gabime
2014-12-04 11:48:53 +02:00
parent c215ee6104
commit 754cac85ac
6 changed files with 88 additions and 92 deletions

View File

@@ -4,7 +4,7 @@ CXX_RELEASE_FLAGS = -O3 -flto
CXX_DEBUG_FLAGS= -g
all: example bench
all: bench
debug: example-debug bench-debug
example: example.cpp