Merge pull request #36 from gstrauss/whetstone-gettimeofday

whetstone: prefer gettimeofday() timing over of rusage()
This commit is contained in:
Kelly Lucas 2016-09-17 17:20:49 -07:00 committed by GitHub
commit 618e0c074f

View File

@ -241,7 +241,7 @@ $(PROGDIR)/select: $(SRCDIR)/time-polling.c
$(PROGDIR)/select: CFLAGS += -DUNIXBENCH -DHAS_SELECT
$(PROGDIR)/whetstone-double: $(SRCDIR)/whets.c
$(PROGDIR)/whetstone-double: CFLAGS += -DDP -DUNIX -DUNIXBENCH
$(PROGDIR)/whetstone-double: CFLAGS += -DDP -DGTODay -DUNIXBENCH
$(PROGDIR)/whetstone-double: LDFLAGS += -lm
$(PROGDIR)/pipe: $(SRCDIR)/pipe.c $(SRCDIR)/timeit.c