aboutsummaryrefslogtreecommitdiff
path: root/crates/profile/src/hprof.rs
Commit message (Collapse)AuthorAgeFilesLines
* internal: track missing `.check_cancelled`Aleksey Kladov2021-03-291-10/+77
|
* internal: cleanup hprofAleksey Kladov2021-03-291-7/+13
|
* Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-1/+3
|
* Deny unreachable-pubAleksey Kladov2020-11-021-2/+2
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Rename ra_prof -> profileAleksey Kladov2020-08-121-0/+240