Crates.io | dhat |
lib.rs | dhat |
version | 0.3.3 |
source | src |
created_at | 2020-12-08 00:50:17.471608 |
updated_at | 2024-02-04 03:47:29.691826 |
description | A library for heap profiling and ad hoc profiling with DHAT. |
homepage | https://github.com/nnethercote/dhat-rs |
repository | https://github.com/nnethercote/dhat-rs |
max_upload_size | |
id | 320667 |
size | 120,312 |
Warning: This crate is experimental. It relies on implementation techniques that are hard to keep working for 100% of configurations. It may work fine for you, or it may crash, hang, or otherwise do the wrong thing. Its maintenance is not a high priority of the author. Support requests such as issues and pull requests may receive slow responses, or no response at all. Sorry!
This crate provides heap profiling and ad hoc profiling capabilities to Rust programs, similar to those provided by DHAT.
It also provides heap usage testing capabilities, which let you write tests that check things like:
It provides helpful details if these fail.
See the crate documentation for details on how to use it.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.