Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :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 |
| | | | | #1211 | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -6/+9 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | 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 |
| | | | | | | | | | 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! | ||||
* | 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 |
| | |||||
* | 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 | 2 | -0/+170 |