mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
canvas: trace/instrument canvas messages processing (#38600)
Add some tracing/instrumenting for canvas messages processing. Testing: We have not tests for tracing code. Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
3f7f9ba6cd
commit
68ad03c40a
6 changed files with 23 additions and 4 deletions
|
@ -15,6 +15,7 @@ path = "lib.rs"
|
|||
vello = ["dep:vello", "dep:pollster", "dep:futures-intrusive", "dep:peniko"]
|
||||
vello_cpu = ["dep:vello_cpu", "dep:peniko"]
|
||||
raqote = ["dep:raqote", "dep:font-kit"]
|
||||
tracing = ["dep:tracing"]
|
||||
|
||||
[dependencies]
|
||||
app_units = { workspace = true }
|
||||
|
@ -43,3 +44,6 @@ vello = { workspace = true, optional = true }
|
|||
vello_cpu = { workspace = true, optional = true }
|
||||
pollster = { version = "0.4", optional = true }
|
||||
futures-intrusive = { version = "0.5", optional = true }
|
||||
|
||||
tracing = { workspace = true, optional = true }
|
||||
servo-tracing = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue