Add weighted telemetry probes for parallel restyles

This commit is contained in:
Manish Goregaokar 2017-11-28 14:42:59 -08:00 committed by Manish Goregaokar
parent d573081fe5
commit 337e5288c2
6 changed files with 84 additions and 26 deletions

View file

@ -499,6 +499,8 @@ extern "C" {
pub fn Servo_SelectorList_Drop ( ptr : RawServoSelectorListOwned , ) ;
} 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_IsInDocument ( node : RawGeckoNodeBorrowed , ) -> bool ;
} extern "C" {

File diff suppressed because one or more lines are too long