mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 16:15:41 +00:00
Gather memory usage statistics through parity-util-mem (#3893)
* Gather memory usage statistics through `parity-util-mem` * Update `Cargo.lock`
This commit is contained in:
@@ -26,13 +26,6 @@
|
||||
|
||||
pub use metered_channel as metered;
|
||||
|
||||
/// Memory allocation stats tracking.
|
||||
#[cfg(feature = "memory-stats")]
|
||||
pub mod memory_stats;
|
||||
|
||||
#[cfg(feature = "memory-stats")]
|
||||
pub use self::memory_stats::{MemoryAllocationSnapshot, MemoryAllocationTracker};
|
||||
|
||||
/// Cyclic metric collection support.
|
||||
pub mod metronome;
|
||||
pub use self::metronome::Metronome;
|
||||
|
||||
Reference in New Issue
Block a user