aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
Commit message (Expand)AuthorAgeFilesLines
* clippy: fix warnings in various modules in components (#31568)eri2024-03-083-31/+31
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-222-8/+8
* Unfork and upgrade jemallocator (#30963)Martin Robinson2024-01-012-2/+2
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-113-24/+32
* remove `extern crate` (#30311)Samson2023-09-083-5/+3
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-5/+5
* feat: shorten thread namesyvt2021-07-192-6/+6
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-5/+2
* Remove support for heartbeats profilingSimon Sapin2020-06-045-315/+4
* Remove support for energy profilingSimon Sapin2020-06-043-68/+5
* More Cargo.toml updatesatouchet2020-05-301-6/+6
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Auto merge of #26421 - Eijebong:remove-influent, r=jdmbors-servo2020-05-252-49/+1
|\
| * Remove influxDB support for profileBastien Orivel2020-05-042-49/+1
* | Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+1
|/
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-022-9/+3
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* `#[global_allocator]` is stableSimon Sapin2019-07-012-11/+8
* Profile: removed opts::get()oneturkmen2019-06-052-17/+33
* Update regex to 1.1CYBAI2019-04-291-1/+1
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-1/+17
* Fix deprecation warningsSimon Sapin2019-01-281-2/+2
* Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)Simon Sapin2018-12-281-2/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-197-7/+7
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-0/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-082-2/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-084-21/+7
* Reorder importsPyfisch2018-11-063-12/+14
* Format remaining filesPyfisch2018-11-062-17/+32
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Sort `use` statementsSimon Sapin2018-11-062-3/+3
* `cargo fix --edition`Simon Sapin2018-11-062-4/+4
* Update hyper to 0.12Bastien Orivel2018-11-013-4/+8
* Add support for IpcBytesReceiver in profile_traits::ipc - #21704sumit01902018-09-201-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* format components/profile - #21373Anshul Malik2018-09-094-189/+276
* Update regex to 1.0Bastien Orivel2018-07-071-1/+1
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Implements profiler for blocked recvNakul Jindal2018-03-221-1/+9
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Add tool to chart memory usage from reports.Josh Matthews2018-03-081-1/+7
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+1
* Use try syntax for Option where appropriateMatt Brubeck2017-10-201-9/+4
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-193-12/+6
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Make use of unstable alloc_jemalloc crate optionalSimon Sapin2017-10-133-11/+17
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-122-3/+2