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

@ -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)