We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c302a commit 3caa8deCopy full SHA for 3caa8de
tools/make/lib/benchmark/c.mk
@@ -16,6 +16,7 @@ compile_c_benchmark_bin := $(TOOLS_DIR)/scripts/compile_c_benchmark
16
# - This recipe is useful when wanting to glob for C benchmark files (e.g., run all C benchmarks for a particular package).
17
#
18
19
+# @param {string} [BENCHMARKS_FILTER] - filepath pattern (e.g., `.*/math/base/special/abs/.*`)
20
# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`)
21
# @param {string} [BLAS] - BLAS library name (e.g., `openblas`)
22
# @param {string} [BLAS_DIR] - BLAS directory
0 commit comments