aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-035-501/+0
* Replace the time crate with std::time in components/compositing (#30613)Reid Swan2023-10-261-4/+17
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-5/+7
* remove `extern crate` (#30311)Samson2023-09-083-5/+4
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-5/+5
* Clean up debug optionsMartin Robinson2023-05-011-2/+2
* Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-2/+1
* Remove support for heartbeats profilingSimon Sapin2020-06-041-1/+0
* Remove support for energy profilingSimon Sapin2020-06-044-93/+3
* More Cargo.toml updatesatouchet2020-05-301-5/+5
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Fix undefined behavior in `energymon::init`dylni2020-05-251-2/+1
* Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+1
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-202-5/+5
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+0
* fixup! Measure layout queries blocked by ongoing layoutpylbrecht2019-04-171-2/+1
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+5
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-195-5/+5
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-2/+2
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-0/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-083-3/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-8/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-062-7/+5
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-062-4/+4
* Add lots of derived Debug implsAlan Jeffrey2018-10-292-10/+10
* Add support for IpcBytesReceiver in profile_traits::ipc - #21704sumit01902018-09-202-0/+31
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-123-3/+5
* format components/profile_traitsAnshul Malik2018-09-105-57/+96
* Measure cache memory usage (#19251):modal-d172018-04-011-0/+9
* 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-224-0/+57
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-3/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-122-3/+2
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-0/+1
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+2
* Passing ProfilerChan by reference to the send_profile_data method.Jeremy Lempereur2017-06-251-2/+2
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-3/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-3/+3
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-212-5/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+3