Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5354 | bors[bot] | 2020-07-15 | 2 | -0/+6 |
|\ | |||||
| * | Add opt-in mimalloc feature | Ivan Kozik | 2020-07-14 | 2 | -0/+6 |
* | | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
|/ | |||||
* | disable profiling | Aleksey Kladov | 2020-07-11 | 1 | -1/+1 |
* | Profiling example | Aleksey Kladov | 2020-07-11 | 2 | -2/+7 |
* | Profiling tweaks | Aleksey Kladov | 2020-07-11 | 2 | -0/+7 |
* | Simplify profiler impl (bubble up Option and shorten code | veetaha | 2020-04-25 | 1 | -24/+21 |
* | Extract messy tree handling out of profiling code | Aleksey Kladov | 2020-04-25 | 4 | -150/+115 |
* | Simplify | Aleksey Kladov | 2020-04-25 | 1 | -20/+17 |
* | Simplify hprof | Aleksey Kladov | 2020-04-25 | 1 | -85/+64 |
* | Move hprof to a separate file | Aleksey Kladov | 2020-04-25 | 2 | -393/+398 |
* | minor clenup | Aleksey Kladov | 2020-04-25 | 1 | -11/+14 |
* | Move timeit to stdx | Aleksey Kladov | 2020-04-10 | 1 | -15/+0 |
* | Fix race in the tests | Aleksey Kladov | 2020-03-30 | 1 | -0/+8 |
* | Allow specifying additional info on call to profile | Aleksey Kladov | 2020-03-06 | 1 | -19/+38 |
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -1/+0 |
* | Make backtrace optional | Aleksey Kladov | 2020-02-19 | 2 | -1/+2 |
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -4/+4 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -2/+2 |
* | Replace ra_cli mentions | Laurențiu Nicola | 2020-02-17 | 1 | -2/+2 |
* | Enable profiling for bench | Aleksey Kladov | 2020-02-16 | 1 | -0/+7 |
* | Avoid premature pessimization | Aleksey Kladov | 2020-02-02 | 1 | -32/+32 |
* | Merge #2895 | bors[bot] | 2020-01-29 | 1 | -46/+71 |
|\ | |||||
| * | A couple of small improvements to ra_prof printing | Michal Terepeta | 2020-01-29 | 1 | -3/+3 |
| * | Rewrite ra_prof's profile printing | Michal Terepeta | 2020-01-22 | 1 | -46/+71 |
* | | Add print_time helper | Aleksey Kladov | 2020-01-25 | 1 | -0/+15 |
|/ | |||||
* | Fix a corner case when printing unaccounted time | Michal Terepeta | 2020-01-19 | 1 | -4/+52 |
* | Improve profiling output when duration filter is specified | Michal Terepeta | 2020-01-02 | 1 | -4/+25 |
* | More compact profiling display | Aleksey Kladov | 2019-12-22 | 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 | 3 | -20/+22 |
* | show unaccounted for time in profiling | Aleksey Kladov | 2019-10-24 | 1 | -3/+20 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 2 | -0/+4 |
* | :arrow_up: once_cell | Aleksey Kladov | 2019-09-01 | 1 | -1/+1 |
* | Remove cpuprofile dependencies | Aleksey Kladov | 2019-08-17 | 3 | -12/+62 |
* | jemallocator 0.3 | Jeremy A. Kolb | 2019-07-17 | 2 | -5/+5 |
* | Added extract path attribute for current module | Alexander Andreev | 2019-07-06 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -6/+9 |
* | print memory usage for queries | Aleksey Kladov | 2019-06-30 | 1 | -9/+18 |
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 3 | -0/+72 |
* | add cpuprofile to ra_prof | Aleksey Kladov | 2019-06-26 | 2 | -0/+34 |
* | fix debug scopes | Aleksey Kladov | 2019-06-04 | 1 | -4/+4 |
* | add couple of debug utils | Aleksey Kladov | 2019-06-03 | 2 | -0/+31 |
* | apply profile filter to top-level entries only | Aleksey Kladov | 2019-06-01 | 1 | -7/+6 |
* | better profilig | Aleksey Kladov | 2019-05-21 | 2 | -8/+28 |
* | profile type inference | Aleksey Kladov | 2019-05-21 | 1 | -0/+1 |
* | switch to once_cell from lazy_static | Aleksey Kladov | 2019-05-07 | 2 | -15/+14 |
* | Simplify | kjeremy | 2019-04-26 | 1 | -7/+4 |