mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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
|
@ -110,6 +110,7 @@ pub enum ProfilerCategory {
|
|||
TimeToFirstContentfulPaint = 0x81,
|
||||
TimeToInteractive = 0x82,
|
||||
IpcReceiver = 0x83,
|
||||
IpcBytesReceiver = 0x84,
|
||||
ApplicationHeartbeat = 0x90,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue