mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Don't trace SystemFontService loop (#34508)
Most of the time here is spent blocking on the channel, and after we received the message we already have a new span. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
4ddbdc61a3
commit
92f758af9d
1 changed files with 0 additions and 4 deletions
|
@ -145,10 +145,6 @@ impl SystemFontService {
|
|||
SystemFontServiceProxySender(sender)
|
||||
}
|
||||
|
||||
#[cfg_attr(
|
||||
feature = "tracing",
|
||||
tracing::instrument(skip_all, fields(servo_profiling = true), level = "trace")
|
||||
)]
|
||||
fn run(&mut self) {
|
||||
loop {
|
||||
let msg = self.port.recv().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue