aboutsummaryrefslogtreecommitdiffstats
path: root/components/metrics
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-11/+7
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-9/+7
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-102-10/+23
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* remove `extern crate` (#30311)Samson2023-09-081-5/+2
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-4/+4
* Remove support for energy profilingSimon Sapin2020-06-041-2/+0
* More Cargo.toml updatesatouchet2020-05-251-6/+6
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-061-3/+3
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-10/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdmbors-servo2018-09-121-1/+1
|\
| * Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* | Format metrics #21373kingdido9992018-09-111-23/+27
|/
* added spec commentsddh2018-04-111-0/+2
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Decoupled gfx and metricsGeorg Streich2018-01-152-20/+2
* Print url of recorded PWMFernando Jiménez Moreno2017-12-072-5/+28
* Fix float conversion of paint timing metricsFernando Jiménez Moreno2017-12-071-2/+11
* added navigation start for interactive metricsddh2017-11-141-0/+6
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-30/+30
* Fixes #19063Jacqueline Outka2017-10-311-1/+1
* added pipelines to all task sourcesddh2017-10-252-108/+65
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-242-72/+321
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-6/+21
* Wait for actual paint before setting paint related metricsFernando Jiménez Moreno2017-08-222-33/+79
* PWM testsFernando Jiménez Moreno2017-07-211-0/+12
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-202-0/+129