aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/mem.rs
Commit message (Expand)AuthorAgeFilesLines
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-340/+36
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Remove obsolete memory profiler console output (#35861)webbeef2025-03-081-316/+4
* Add an about:memory page (#35728)webbeef2025-03-071-1/+27
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-11/+13
* Improve scheduling of the memory profiler. (#35618)webbeef2025-02-231-2/+23
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-4/+2
* deps: switch to `tikv-jemallocator` crates in Cargo.toml (#32828)Mukilan Thiyagarajan2024-07-221-1/+1
* Use mallinfo only on target_env=gnu (#32772)Patrycja2024-07-141-5/+5
* android: use `jemalloc` on Android (#32273)Mukilan Thiyagarajan2024-05-131-7/+7
* Add font-fallback on OpenHarmony and fix several compilation issues (#32141)Jonathan Schwender2024-05-021-7/+7
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-12/+12
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-7/+7
* Unfork and upgrade jemallocator (#30963)Martin Robinson2024-01-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+20
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* feat: shorten thread namesyvt2021-07-191-2/+2
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-5/+2
* `#[global_allocator]` is stableSimon Sapin2019-07-011-7/+7
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-7/+7
* Format remaining filesPyfisch2018-11-061-3/+6
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* format components/profile - #21373Anshul Malik2018-09-091-56/+99
* Add tool to chart memory usage from reports.Josh Matthews2018-03-081-1/+7
* Use try syntax for Option where appropriateMatt Brubeck2017-10-201-9/+4
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-6/+2
* Make use of unstable alloc_jemalloc crate optionalSimon Sapin2017-10-131-9/+11
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-2/+2
* Conditionally define macro that's only used in Linux builds.Josh Matthews2017-05-291-5/+5
* Update regex.Ms2ger2017-01-161-3/+3
* Removed util.Alan Jeffrey2016-12-141-5/+4
* Reorder `use` statementsUK9922016-09-091-1/+1
* Move util::time::duration_from_seconds to profile::timeAnthony Ramine2016-06-291-1/+1
* Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* Fix all Windows warningsAnthony Ramine2016-05-161-1/+6
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Fix build on WindowsUK9922016-03-031-0/+6
* Bump to Rust 2016-02-22Anthony Ramine2016-02-231-4/+5
* task -> threadrohan.prinja2016-01-101-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-2/+1
* Use thread::sleep instead of deprecated sleep_msJames Sanders2015-11-291-3/+3
* adding tidy rule to warn against use of &String and refactoring instances of ...jmr02015-11-251-1/+1
* Fix issues found by rust-clippyCorey Farwell2015-10-121-9/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-22/+22
* make test-tidy check that = have space after themerneyja2015-09-011-15/+15