mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +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
|
@ -14,7 +14,7 @@ path = "lib.rs"
|
|||
[features]
|
||||
bluetooth = ["bluetooth_traits"]
|
||||
default = []
|
||||
tracing = ["dep:tracing"]
|
||||
tracing = ["dep:tracing", "canvas/tracing"]
|
||||
webgpu = ["script_traits/webgpu"]
|
||||
vello = ["canvas/vello"]
|
||||
vello_cpu = ["canvas/vello_cpu"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue