From 9c74eb8dd8f928af0c607d7a46ee04e309835c6e Mon Sep 17 00:00:00 2001 From: zaidoon Date: Sat, 24 Feb 2024 02:40:47 -0500 Subject: [PATCH] enable profiling --- librocksdb-sys/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 06359f4..aaf40cb 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -43,6 +43,9 @@ rtti = [] libc = "0.2" tikv-jemalloc-sys = { version = "0.5", features = [ "unprefixed_malloc_on_supported_platforms", + "profiling", + "stats", + "background_threads", ], optional = true } lz4-sys = { version = "1.9", optional = true } zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true }