Chagne prof_accum_t to counter_accum_t for general purpose.

This commit is contained in:
Qi Wang
2020-01-23 13:18:04 -08:00
committed by Qi Wang
parent ea351a7b52
commit d71a145ec1
14 changed files with 125 additions and 84 deletions

View File

@@ -103,6 +103,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/bitmap.c \
$(srcroot)src/buf_writer.c \
$(srcroot)src/ckh.c \
$(srcroot)src/counter.c \
$(srcroot)src/ctl.c \
$(srcroot)src/div.c \
$(srcroot)src/ecache.c \