xo-alloc: + timing stats + timeseries tooltips

This commit is contained in:
Roland Conybeare 2025-08-22 15:10:56 -04:00
commit 78195b0218
5 changed files with 110 additions and 40 deletions

View file

@ -14,6 +14,7 @@ set(SELF_SRCS
)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency(${SELF_LIB} xo_unit)
xo_dependency(${SELF_LIB} reflect)
xo_dependency(${SELF_LIB} callback)