Logging the memory usage over time

This commit is contained in:
Clément Renault
2024-01-18 18:14:47 +01:00
committed by Louis Dureuil
parent 7e47cea0c4
commit 771861599b
8 changed files with 222 additions and 44 deletions

View File

@ -13,3 +13,5 @@ serde_json = "1.0.111"
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = "0.3.18"
stats_alloc = { git = "https://github.com/Kerollmops/stats_alloc", branch = "stable-const-fn-trait" }
once_cell = "1.19.0"