mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
0d37e8f96b
commit
029af81570
7 changed files with 72 additions and 6 deletions
|
@ -953,10 +953,11 @@ unsafe impl Sync for BaseFlow {}
|
|||
impl fmt::Debug for BaseFlow {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f,
|
||||
"@ {:?}, CC {}, ADC {}",
|
||||
"@ {:?}, CC {}, ADC {}, Ovr {:?}",
|
||||
self.position,
|
||||
self.parallel.children_count.load(Ordering::SeqCst),
|
||||
self.abs_descendants.len())
|
||||
self.abs_descendants.len(),
|
||||
self.overflow)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue