Add support for IpcBytesReceiver in profile_traits::ipc - #21704

This commit is contained in:
sumit0190 2018-09-20 21:36:34 -04:00
parent fc0c191246
commit 3e8f7fcefd
4 changed files with 55 additions and 0 deletions

View file

@ -110,6 +110,7 @@ pub enum ProfilerCategory {
TimeToFirstContentfulPaint = 0x81,
TimeToInteractive = 0x82,
IpcReceiver = 0x83,
IpcBytesReceiver = 0x84,
ApplicationHeartbeat = 0x90,
}