aboutsummaryrefslogtreecommitdiff
path: root/crates/profile
Commit message (Collapse)AuthorAgeFilesLines
* Merge #9260bors[bot]2021-06-141-3/+3
|\ | | | | | | | | | | | | | | 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <[email protected]>
| * tree-wide: make rustdoc links spiky so they are clickableJade2021-06-141-3/+3
| |
* | minor: squelch "unused" warningAleksey Kladov2021-06-121-1/+1
| |
* | Add support for mallinfo2 on glibc LinuxJonas Schievink2021-06-101-3/+32
| |
* | Make `MemoryUsage` work on WindowsJonas Schievink2021-06-102-0/+19
|/
* Add more docsAleksey Kladov2021-05-223-5/+7
|
* Use package renaming so source doesn't say tikvJohn Renner2021-05-071-2/+2
|
* Switch from jemalloc to tikv-jemallocJohn Renner2021-05-071-2/+2
|
* internal: revive google_cpu_profile infraAleksey Kladov2021-03-302-12/+44
|
* internal: track missing `.check_cancelled`Aleksey Kladov2021-03-292-11/+78
|
* internal: cleanup hprofAleksey Kladov2021-03-291-7/+13
|
* add more countsAleksey Kladov2021-01-271-1/+1
|
* :arrow_up: rowanAleksey Kladov2021-01-251-1/+1
|
* Include `countme` crate to count important data structures.Aleksey Kladov2021-01-213-1/+11
|
* Add back jemalloc supportJonas Schievink2021-01-182-1/+8
|
* :arrow_up: arenaAleksey Kladov2021-01-171-1/+1
|
* Depend on local copy of la-arena instead of crates.io’sAramis Razzaghipour2021-01-171-1/+1
|
* prepare to publish el libro de arenaAleksey Kladov2021-01-142-4/+3
|
* Make printin the backtrace more convenientAleksey Kladov2021-01-142-17/+0
|
* Less confusing instr statAleksey Kladov2021-01-061-1/+5
|
* Deny unreachable-pubAleksey Kladov2020-11-022-10/+10
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Bump rustc_lexer, cfg-if to 1.0 and add new license to checkkjeremy2020-10-081-1/+1
|
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-1/+1
|
* Rename ra_prof -> profileAleksey Kladov2020-08-127-0/+660