aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-0/+1
* Auto merge of #18351 - mateon1:profile-sort_by-partial_cmp, r=emiliobors-servo2017-09-021-21/+3
|\
| * Refactor `.sort_by()` calls to use `.partial_cmp()`Mateusz Naściszewski2017-09-011-21/+3
* | Correct sortedness check in profile statisticsMateusz Naściszewski2017-08-281-1/+1
|/
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+2
* Add option to write profiler output to InfluxDBFernando Jiménez Moreno2017-07-033-2/+55
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-2/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-4/+4
* Conditionally define macro that's only used in Linux builds.Josh Matthews2017-05-291-5/+5
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+1
* Remove servo feature from servo_configXidorn Quan2017-04-071-1/+1
* Move trace file opening into TraceDump::newNick Fitzgerald2017-03-312-21/+19
* Derive Debug for TraceDumpNick Fitzgerald2017-03-311-0/+1
* Update components/profile/trace-dump.js to 6f7906Nick Fitzgerald2017-03-311-6/+1
* Auto merge of #15458 - connorimes:hbs-0.4, r=emiliobors-servo2017-02-221-80/+70
|\
| * Handle synchronization in a private module with safer closureConnor Imes2017-02-201-52/+54