heapsize icon indicating copy to clipboard operation
heapsize copied to clipboard

In support of measuring heap allocations in Rust programs.

Results 12 heapsize issues
Sort by recently updated
recently updated
newest added

Add support for `std::time` types e.g. `Duration`, `Instant`.

#57 implements `HeapSizeOf` for tuples of length up to 5. We should increase this limit to 12, which is (e.g.) the limit on tuple `Clone` in stdlib.

enhancement