mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
tools: Improve instrumentation and add it for some layout (#33647)
Improves the instrumentation to skip all function arguments and also add spans for some layout modes. This is preparation for improving the performance of flexbox. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
20eb927843
commit
719b5aba24
8 changed files with 140 additions and 115 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3901,6 +3901,7 @@ dependencies = [
|
|||
"servo_url",
|
||||
"style",
|
||||
"style_traits",
|
||||
"tracing",
|
||||
"unicode-bidi",
|
||||
"unicode-script",
|
||||
"url",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue