Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | #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 | ||||
* | 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 |
| | | | | | | | | | 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 | 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 |