aboutsummaryrefslogtreecommitdiffstats
path: root/components/metrics/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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