We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606c8b7 commit 08455c5Copy full SHA for 08455c5
1 file changed
tools/make/lib/benchmark/fortran.mk
@@ -15,6 +15,9 @@
15
#
16
# @example
17
# make benchmark-fortran
18
+#
19
+# @example
20
+# make benchmark-fortran BENCHMARKS_FILTER=.*/blas/base/daxpy/.*
21
#/
22
benchmark-fortran:
23
$(QUIET) $(FIND_FORTRAN_BENCHMARKS_CMD) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r file; do \
0 commit comments