Add a simple utility to detect profiling bias.

This commit is contained in:
David Goldblatt
2020-08-03 15:27:08 -07:00
committed by David Goldblatt
parent e032a1a1de
commit 81c2f841e5
4 changed files with 75 additions and 2 deletions

View File

@@ -294,7 +294,8 @@ CPP_SRCS :=
TESTS_INTEGRATION_CPP :=
endif
TESTS_ANALYZE := $(srcroot)test/analyze/rand.c \
$(srcroot)test/analyze/sizes.c
$(srcroot)test/analyze/sizes.c \
$(srcroot)test/analyze/prof_bias.c
TESTS_STRESS := $(srcroot)test/stress/microbench.c \
$(srcroot)test/stress/fill_flush.c \
$(srcroot)test/stress/large_microbench.c \