aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-07-17 00:15:25 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-07-17 00:15:25 +0200
commit2026047c197bcf291733f8a4b3e5361f31e5cb77 (patch)
tree81f04f857a4ead7480e5277be0119ca1be143956 /Makefile
parent9ef16832c7898b4d0af18fc12f1d11e24c4c925c (diff)
downloadallocbench-2026047c197bcf291733f8a4b3e5361f31e5cb77.tar.gz
allocbench-2026047c197bcf291733f8a4b3e5361f31e5cb77.zip
use ps instead of memusage to get rss and vsz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 903aadb..c515149 100644
--- a/Makefile
+++ b/Makefile
@@ -26,17 +26,12 @@ OBJECTS = $(notdir $(CC_SOURCES:.cc=.o)) $(notdir $(C_SOURCES:.c=.o))
OBJPRE = $(addprefix $(OBJDIR)/,$(OBJECTS))
MAKEFILE_LIST = Makefile
-all: $(OBJDIR)/bench_loop $(OBJDIR)/memusage $(OBJDIR)/bench_conprod
+all: $(OBJDIR)/bench_loop $(OBJDIR)/bench_conprod
bench: all
@if test \( ! \( -d bench.d \) \) ;then mkdir -p bench.d;fi
bash -c "./bench.py"
-$(OBJDIR)/memusage: $(OBJDIR)/memusage.o
- @echo "ld $@"
- @if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi
- $(VERBOSE) $(CC) -o $@ $^
-
$(OBJDIR)/bench_conprod: $(OBJDIR)/bench_conprod.o
@echo "ld $@"
@if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi