mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Add support for IpcBytesReceiver in profile_traits::ipc - #21704
This commit is contained in:
parent
fc0c191246
commit
3e8f7fcefd
4 changed files with 55 additions and 0 deletions
|
@ -151,6 +151,7 @@ impl Formattable for ProfilerCategory {
|
|||
ProfilerCategory::TimeToFirstContentfulPaint => "Time To First Contentful Paint",
|
||||
ProfilerCategory::TimeToInteractive => "Time to Interactive",
|
||||
ProfilerCategory::IpcReceiver => "Blocked at IPC Receive",
|
||||
ProfilerCategory::IpcBytesReceiver => "Blocked at IPC Bytes Receive",
|
||||
ProfilerCategory::ApplicationHeartbeat => "Application Heartbeat",
|
||||
};
|
||||
format!("{}{}", padding, name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue