Skip to content

Commit 7a2e2e9

Browse files
committed
Continuous memory profiling
1 parent 2904481 commit 7a2e2e9

File tree

17 files changed

+654
-93
lines changed

17 files changed

+654
-93
lines changed

Cargo.lock

Lines changed: 184 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ indexed_db_futures = "0.4.1"
136136
insta = "1.36.1"
137137
is-terminal = "0.4.12"
138138
itertools = "0.14.0"
139+
jemalloc_pprof = "0.8.1"
139140
js-sys = "0.3.70"
140141
k256 = { version = "0.13.4", default-features = false, features = [
141142
"ecdsa",
@@ -233,6 +234,7 @@ test-log = { version = "0.2.15", default-features = false, features = [
233234
test-strategy = "0.3.1"
234235
thiserror = "1.0.65"
235236
thiserror-context = "0.1.1"
237+
tikv-jemallocator = "0.6.0"
236238
tokio = "1.36.0"
237239
tokio-stream = "0.1.14"
238240
tokio-test = "0.4.3"

0 commit comments

Comments
 (0)