aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/src
Commit message (Expand)AuthorAgeFilesLines
* Make backtrace optionalAleksey Kladov2020-02-191-0/+1
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-2/+2
* Replace ra_cli mentionsLaurențiu Nicola2020-02-171-2/+2
* Enable profiling for benchAleksey Kladov2020-02-161-0/+7
* Avoid premature pessimizationAleksey Kladov2020-02-021-32/+32
* Merge #2895bors[bot]2020-01-291-46/+71
|\
| * A couple of small improvements to ra_prof printingMichal Terepeta2020-01-291-3/+3
| * Rewrite ra_prof's profile printingMichal Terepeta2020-01-221-46/+71
* | Add print_time helperAleksey Kladov2020-01-251-0/+15
|/
* Fix a corner case when printing unaccounted timeMichal Terepeta2020-01-191-4/+52
* Improve profiling output when duration filter is specifiedMichal Terepeta2020-01-021-4/+25
* More compact profiling displayAleksey Kladov2019-12-221-4/+4
* Even if jemalloc feature is used do not use it on msvckjeremy2019-11-142-3/+3
* show unaccounted for time in profilingAleksey Kladov2019-10-241-3/+20
* Added test for check doc strings in crates.Alexander Andreev2019-09-302-0/+4
* Remove cpuprofile dependenciesAleksey Kladov2019-08-172-10/+61
* jemallocator 0.3Jeremy A. Kolb2019-07-171-3/+3
* Added extract path attribute for current moduleAlexander Andreev2019-07-061-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+9
* print memory usage for queriesAleksey Kladov2019-06-301-9/+18
* Move memory usage statistics to ra_profAleksey Kladov2019-06-302-0/+66
* add cpuprofile to ra_profAleksey Kladov2019-06-261-0/+33
* fix debug scopesAleksey Kladov2019-06-041-4/+4
* add couple of debug utilsAleksey Kladov2019-06-031-0/+30
* apply profile filter to top-level entries onlyAleksey Kladov2019-06-011-7/+6
* better profiligAleksey Kladov2019-05-211-8/+27
* profile type inferenceAleksey Kladov2019-05-211-0/+1
* switch to once_cell from lazy_staticAleksey Kladov2019-05-071-14/+13
* Simplifykjeremy2019-04-261-7/+4
* Pass in char instead of single-char stringkjeremy2019-04-261-3/+3
* fix testAleksey Kladov2019-04-141-17/+6
* more intuitive nameAleksey Kladov2019-04-141-11/+15
* filter by timeAleksey Kladov2019-04-141-5/+35
* cleanup syntaxAleksey Kladov2019-04-141-0/+4
* fast path for disabled profilerAleksey Kladov2019-04-141-8/+16
* added some docs to public functionsSergey Parilin2019-04-031-1/+46
* PR issuse resolvedSergey Parilin2019-04-021-0/+6
* some PR issues fixedSergey Parilin2019-03-291-82/+68
* profiling crate first draftSergey Parilin2019-03-271-0/+161