Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report instructions in addition to time | Aleksey Kladov | 2020-07-30 | 1 | -0/+2 |
* | Setup global allocator in the correct crate | Aleksey Kladov | 2020-07-22 | 1 | -4/+0 |
* | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 1 | -6/+0 |
* | Add opt-in mimalloc feature | Ivan Kozik | 2020-07-14 | 1 | -0/+4 |
* | Profiling example | Aleksey Kladov | 2020-07-11 | 1 | -1/+6 |
* | Profiling tweaks | Aleksey Kladov | 2020-07-11 | 1 | -0/+2 |
* | Extract messy tree handling out of profiling code | Aleksey Kladov | 2020-04-25 | 1 | -0/+1 |
* | Move hprof to a separate file | Aleksey Kladov | 2020-04-25 | 1 | -393/+7 |
* | 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 |
* | Make backtrace optional | Aleksey Kladov | 2020-02-19 | 1 | -0/+1 |
* | 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 |
* | Even if jemalloc feature is used do not use it on msvc | kjeremy | 2019-11-14 | 1 | -1/+1 |
* | 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 | 1 | -0/+2 |
* | Remove cpuprofile dependencies | Aleksey Kladov | 2019-08-17 | 1 | -10/+22 |
* | 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 |
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 1 | -0/+14 |
* | add cpuprofile to ra_prof | Aleksey Kladov | 2019-06-26 | 1 | -0/+33 |
* | fix debug scopes | Aleksey Kladov | 2019-06-04 | 1 | -4/+4 |
* | add couple of debug utils | Aleksey Kladov | 2019-06-03 | 1 | -0/+30 |
* | apply profile filter to top-level entries only | Aleksey Kladov | 2019-06-01 | 1 | -7/+6 |
* | better profilig | Aleksey Kladov | 2019-05-21 | 1 | -8/+27 |
* | profile type inference | Aleksey Kladov | 2019-05-21 | 1 | -0/+1 |
* | switch to once_cell from lazy_static | Aleksey Kladov | 2019-05-07 | 1 | -14/+13 |
* | Simplify | kjeremy | 2019-04-26 | 1 | -7/+4 |
* | Pass in char instead of single-char string | kjeremy | 2019-04-26 | 1 | -3/+3 |
* | fix test | Aleksey Kladov | 2019-04-14 | 1 | -17/+6 |
* | more intuitive name | Aleksey Kladov | 2019-04-14 | 1 | -11/+15 |
* | filter by time | Aleksey Kladov | 2019-04-14 | 1 | -5/+35 |
* | cleanup syntax | Aleksey Kladov | 2019-04-14 | 1 | -0/+4 |
* | fast path for disabled profiler | Aleksey Kladov | 2019-04-14 | 1 | -8/+16 |
* | added some docs to public functions | Sergey Parilin | 2019-04-03 | 1 | -1/+46 |
* | PR issuse resolved | Sergey Parilin | 2019-04-02 | 1 | -0/+6 |
* | some PR issues fixed | Sergey Parilin | 2019-03-29 | 1 | -82/+68 |
* | profiling crate first draft | Sergey Parilin | 2019-03-27 | 1 | -0/+161 |