Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setup global allocator in the correct crate | Aleksey Kladov | 2020-07-22 | 1 | -2/+0 |
* | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 1 | -6/+0 |
* | Allow gathering memory stats on non-jemalloc Linux | Jonas Schievink | 2020-07-21 | 1 | -0/+2 |
* | Merge #5354 | bors[bot] | 2020-07-15 | 1 | -0/+2 |
|\ | |||||
| * | Add opt-in mimalloc feature | Ivan Kozik | 2020-07-14 | 1 | -0/+2 |
* | | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
|/ | |||||
* | Profiling tweaks | Aleksey Kladov | 2020-07-11 | 1 | -0/+5 |
* | Extract messy tree handling out of profiling code | Aleksey Kladov | 2020-04-25 | 1 | -0/+1 |
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -1/+0 |
* | Make backtrace optional | Aleksey Kladov | 2020-02-19 | 1 | -1/+1 |
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -4/+4 |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
* | Renormalize line endings | kjeremy | 2019-11-15 | 1 | -19/+19 |
* | Even if jemalloc feature is used do not use it on msvc | kjeremy | 2019-11-14 | 1 | -17/+19 |
* | :arrow_up: once_cell | Aleksey Kladov | 2019-09-01 | 1 | -1/+1 |
* | Remove cpuprofile dependencies | Aleksey Kladov | 2019-08-17 | 1 | -2/+1 |
* | jemallocator 0.3 | Jeremy A. Kolb | 2019-07-17 | 1 | -2/+2 |
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 1 | -0/+6 |
* | add cpuprofile to ra_prof | Aleksey Kladov | 2019-06-26 | 1 | -0/+1 |
* | add couple of debug utils | Aleksey Kladov | 2019-06-03 | 1 | -0/+1 |
* | better profilig | Aleksey Kladov | 2019-05-21 | 1 | -0/+1 |
* | switch to once_cell from lazy_static | Aleksey Kladov | 2019-05-07 | 1 | -1/+1 |
* | profiling crate first draft | Sergey Parilin | 2019-03-27 | 1 | -0/+9 |