aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof
Commit message (Expand)AuthorAgeFilesLines
* Print errors when failing to create a perf counterAleksey Kladov2020-07-301-3/+10
* FixesAleksey Kladov2020-07-301-11/+1
* Fix non-linux compilationAleksey Kladov2020-07-302-6/+25
* Report instructions in addition to timeAleksey Kladov2020-07-303-0/+75
* fix castAleksey Kladov2020-07-301-1/+1
* Allow negative bytesAleksey Kladov2020-07-301-12/+20
* Drop resident from memory usageAleksey Kladov2020-07-301-4/+3
* Add rustc-perf to metricsAleksey Kladov2020-07-251-0/+6
* Setup global allocator in the correct crateAleksey Kladov2020-07-222-6/+0
* Remove support for jemallocAleksey Kladov2020-07-223-20/+2
* Allow gathering memory stats on non-jemalloc LinuxJonas Schievink2020-07-212-10/+17
* Merge #5354bors[bot]2020-07-152-0/+6
|\
| * Add opt-in mimalloc featureIvan Kozik2020-07-142-0/+6
* | Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|/
* disable profilingAleksey Kladov2020-07-111-1/+1
* Profiling exampleAleksey Kladov2020-07-112-2/+7
* Profiling tweaksAleksey Kladov2020-07-112-0/+7
* Simplify profiler impl (bubble up Option and shorten codeveetaha2020-04-251-24/+21
* Extract messy tree handling out of profiling codeAleksey Kladov2020-04-254-150/+115
* SimplifyAleksey Kladov2020-04-251-20/+17
* Simplify hprofAleksey Kladov2020-04-251-85/+64
* Move hprof to a separate fileAleksey Kladov2020-04-252-393/+398
* minor clenupAleksey Kladov2020-04-251-11/+14
* Move timeit to stdxAleksey Kladov2020-04-101-15/+0
* Fix race in the testsAleksey Kladov2020-03-301-0/+8
* Allow specifying additional info on call to profileAleksey Kladov2020-03-061-19/+38
* Remove unused dependenciesShotaro Yamada2020-02-271-1/+0
* Make backtrace optionalAleksey Kladov2020-02-192-1/+2
* Update versionsKirill Bulatov2020-02-181-4/+4
* 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
* Disable doctestsAleksey Kladov2019-11-171-0/+3
* Renormalize line endingskjeremy2019-11-151-19/+19
* Even if jemalloc feature is used do not use it on msvckjeremy2019-11-143-20/+22
* 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
* :arrow_up: once_cellAleksey Kladov2019-09-011-1/+1
* Remove cpuprofile dependenciesAleksey Kladov2019-08-173-12/+62
* jemallocator 0.3Jeremy A. Kolb2019-07-172-5/+5
* Added extract path attribute for current moduleAlexander Andreev2019-07-061-1/+1