mxs-1777: maxutils additions

Adding classes for calculating averages. Update StopWatch to C++11.
This commit is contained in:
Niclas Antti
2018-07-26 09:47:41 +03:00
parent f3fbb297a4
commit cdea8aa7be
4 changed files with 191 additions and 7 deletions

View File

@ -11,6 +11,7 @@ add_library(maxbase STATIC
stacktrace.cc
worker.cc
workertask.cc
average.cc
)
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)