diff --git a/pipepar/Makefile b/pipepar/Makefile index 4caeb2b..487e02d 100644 --- a/pipepar/Makefile +++ b/pipepar/Makefile @@ -2,7 +2,7 @@ CFLAGS?=-Wall -Wextra ifeq ($(shell perf --help 2>/dev/null >/dev/null && echo y),y) runntimes = perf stat -r $(1) $(2) -runntimesandlog = script -a -c "$(runntimes)" $(3) +runntimesandlog = script -a -q -c "$(runntimes)" $(3) else # Run a command several times # @param N Number of time to run the command