aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* 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-141-17/+19
| | | | Fixes #2233
* :arrow_up: once_cellAleksey Kladov2019-09-011-1/+1
|
* Remove cpuprofile dependenciesAleksey Kladov2019-08-171-2/+1
|
* jemallocator 0.3Jeremy A. Kolb2019-07-171-2/+2
|
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-0/+6
|
* add cpuprofile to ra_profAleksey Kladov2019-06-261-0/+1
| | | | | | | | | Now, one can use `let _p = ra_prof::cpu_profiler()` to capture profile of a block of code. This is not an out of the box experience, as that relies on gperfools See the docs on https://github.com/AtheMathmo/cpuprofiler for more!
* add couple of debug utilsAleksey Kladov2019-06-031-0/+1
|
* better profiligAleksey Kladov2019-05-211-0/+1
|
* switch to once_cell from lazy_staticAleksey Kladov2019-05-071-1/+1
|
* profiling crate first draftSergey Parilin2019-03-271-0/+9