mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Add a simple utility to detect profiling bias.
This commit is contained in:
committed by
David Goldblatt
parent
e032a1a1de
commit
81c2f841e5
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user