mirror of
https://github.com/kdlucas/byte-unixbench.git
synced 2026-08-04 03:03:29 +08:00
Merge pull request #36 from gstrauss/whetstone-gettimeofday
whetstone: prefer gettimeofday() timing over of rusage()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user