mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Remove traversal telemetry
This commit is contained in:
parent
0d7c2271c2
commit
9d23962d8e
4 changed files with 3 additions and 80 deletions
|
@ -546,16 +546,6 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Servo_SourceSizeList_Drop(ptr: RawServoSourceSizeListOwned);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_RecordTraversalStatistics(
|
||||
total: u32,
|
||||
parallel: u32,
|
||||
total_t: u32,
|
||||
parallel_t: u32,
|
||||
total_s: u32,
|
||||
parallel_s: u32,
|
||||
);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsSignificantChild(
|
||||
node: RawGeckoNodeBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue