aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/src/memory_usage.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on musl and test it in CIJonas Schievink2020-08-121-1/+1
|
* fix castAleksey Kladov2020-07-301-1/+1
|
* Allow negative bytesAleksey Kladov2020-07-301-12/+20
| | | | Gotta be optimistic about those memory usage optimizations
* Drop resident from memory usageAleksey Kladov2020-07-301-4/+3
|
* Add rustc-perf to metricsAleksey Kladov2020-07-251-0/+6
|
* Remove support for jemallocAleksey Kladov2020-07-221-8/+2
| | | | | We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine
* Allow gathering memory stats on non-jemalloc LinuxJonas Schievink2020-07-211-10/+15
|
* Even if jemalloc feature is used do not use it on msvckjeremy2019-11-141-2/+2
| | | | Fixes #2233
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* jemallocator 0.3Jeremy A. Kolb2019-07-171-3/+3
|
* print memory usage for queriesAleksey Kladov2019-06-301-9/+18
|
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-0/+52