aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/time.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-18/+18
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* feat: shorten thread namesyvt2021-07-191-4/+4
* Remove support for heartbeats profilingSimon Sapin2020-06-041-63/+4
* Remove support for energy profilingSimon Sapin2020-06-041-31/+5
* Auto merge of #26421 - Eijebong:remove-influent, r=jdmbors-servo2020-05-251-48/+1
|\
| * Remove influxDB support for profileBastien Orivel2020-05-041-48/+1
* | Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+1
|/
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-021-6/+1
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Profile: removed opts::get()oneturkmen2019-06-051-7/+19
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-1/+17
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-0/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-2/+4
* Format remaining filesPyfisch2018-11-061-14/+26
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Update hyper to 0.12Bastien Orivel2018-11-011-3/+5
* Add support for IpcBytesReceiver in profile_traits::ipc - #21704sumit01902018-09-201-0/+1
* format components/profile - #21373Anshul Malik2018-09-091-97/+137
* Implements profiler for blocked recvNakul Jindal2018-03-221-1/+9
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+1
* 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
|/
* 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-031-2/+53
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+1
* Move trace file opening into TraceDump::newNick Fitzgerald2017-03-311-8/+2
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+1
* replace match by if let statements if possibleJulien Levesy2016-12-311-6/+5
* profile: Simplify profiler's find or insert code.Emilio Cobos Álvarez2016-12-251-6/+1
* Removed util.Alan Jeffrey2016-12-141-12/+11
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+2
* Add time profiling to ServoXMLParser::parse_syncAnthony Ramine2016-10-111-0/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* added spaces around - signMalisa Smith2016-07-071-1/+1
* added comment to profiler get_statistics functionMalisa Smith2016-07-071-0/+1
* simplifying min and max calculation for profiler get_statistics functionMalisa Smith2016-07-071-2/+3
* added test and assertion that profiler statistics data must be sortedMalisa Smith2016-07-071-6/+11
* Add test for Profiler::get_statistics, and remove empty space around Profiler...Jeena Lee2016-07-071-3/+1
* separate profiler statistics calculation to its own functionMalisa Smith2016-07-071-10/+14
* Move util::time::duration_from_seconds to profile::timeAnthony Ramine2016-06-291-2/+15
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+1
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-0/+1
* Remove empty lines following braces.Josh Matthews2016-05-271-2/+2