added micro-benchmark

This commit is contained in:
Matej Sekoranja
2013-02-13 14:18:42 +01:00
parent 97b1848ba3
commit aa1a67d6c1
8 changed files with 569 additions and 1 deletions

View File

@@ -92,9 +92,16 @@ LIBSRCS += bitSetUtil.cpp
SRC_DIRS += $(PVDATA)/monitor
INC += monitor.h
SRC_DIRS += $(PVDATA)/mb
INC += mb.h
LIBSRCS += mb.cpp
LIBRARY=pvData
PROD_HOST += mb_stat
mb_stat_CXXFLAGS += -DPV_MB
mb_stat_SRCS += mb_stat.cpp
mb_stat_LIBS += pvData Com
LIBRARY = pvData
pvData_LIBS += Com
include $(TOP)/configure/RULES