Searched refs:perf (Results 1 – 3 of 3) sorted by relevance
19 PERF ?= perf41 TEST_PERF := $(TEST_RUNNER:%=%.perf)58 BENCH_PERF := $(BENCH_RUNNER:%=%.perf)109 ifneq ($(PERF),perf)110 PERFFLAGS += --perf-path="$(PERF)"152 ifneq ($(PERF),perf)153 TESTFLAGS += --perf-path="$(PERF)"154 BENCHFLAGS += --perf-path="$(PERF)"293 .PHONY: perf294 perf: PERFFLAGS+=-S target[all …]
11 *.perf23 lfs.perf.csv
171 perf = perf_path + list(filter(None, [187 print(' '.join(shlex.quote(c) for c in perf + command))188 err = sp.call(perf + command, close_fds=False)