mxs-1777: maxutils additions
Adding classes for calculating averages. Update StopWatch to C++11.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user