about summary refs log tree commit diff
path: root/crates/profile/src/hprof.rs
AgeCommit message (Collapse)AuthorLines
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-1/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-5/+5
`clippy::semicolon_if_nothing_returned`
2021-07-31internal: make non-zero times stand out in profileAleksey Kladov-6/+17
2021-03-29internal: track missing `.check_cancelled`Aleksey Kladov-10/+77
2021-03-29internal: cleanup hprofAleksey Kladov-7/+13
2021-01-21Include `countme` crate to count important data structures.Aleksey Kladov-1/+3
2020-11-02Deny unreachable-pubAleksey Kladov-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.
2020-08-12Rename ra_prof -> profileAleksey Kladov-0/+240