dhat 0.3.2

A library for heap profiling and ad hoc profiling with DHAT.
Documentation
1
2
3
4
5
6
7
8
9
10
11
--- src/lib.rs
+++ src/lib.rs
@@ -363,7 +363,7 @@
 
 use backtrace::SymbolName;
 use lazy_static::lazy_static;
-use parking_lot::Mutex;
+use mintex::Mutex;
 use rustc_hash::FxHashMap;
 use serde::Serialize;
 use std::alloc::{GlobalAlloc, Layout, System};