mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
Implement basic Time To First Paint and First Contentful Paint PWMs
This commit is contained in:
parent
20a3b0236d
commit
892b30edca
20 changed files with 213 additions and 10 deletions
16
components/metrics/Cargo.toml
Normal file
16
components/metrics/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "metrics"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "metrics"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
gfx = {path = "../gfx"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
time = "0.1.12"
|
Loading…
Add table
Add a link
Reference in a new issue