aboutsummaryrefslogtreecommitdiffstats
path: root/components/metrics/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-66/+66
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+2
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-11/+7
* 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-101-9/+23
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* remove `extern crate` (#30311)Samson2023-09-081-5/+2
* Remove support for energy profilingSimon Sapin2020-06-041-2/+0
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-061-3/+3
* 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
* Format metrics #21373kingdido9992018-09-111-23/+27
* added spec commentsddh2018-04-111-0/+2
* Decoupled gfx and metricsGeorg Streich2018-01-151-19/+2
* Print url of recorded PWMFernando Jiménez Moreno2017-12-071-5/+27
* 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-251-107/+65
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-72/+317
* 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-221-32/+74
* PWM testsFernando Jiménez Moreno2017-07-211-0/+12
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+113