[webkit-reviews] review requested: [Bug 184669] Add system trace points for process launch and for initializeWebProcess : [Attachment 338053] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 16:37:22 PDT 2018


Saam Barati <sbarati at apple.com> has asked  for review:
Bug 184669: Add system trace points for process launch and for
initializeWebProcess
https://bugs.webkit.org/show_bug.cgi?id=184669

Attachment 338053: patch

https://bugs.webkit.org/attachment.cgi?id=338053&action=review




--- Comment #5 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 338053
  --> https://bugs.webkit.org/attachment.cgi?id=338053
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=338053&action=review

>> Source/WebKit/WebProcess/WebProcess.cpp:282
>> +	TraceScope traceScope(ProcessLaunchStart, ProcessLaunchEnd);
> 
> You're using the same codes for both UI and web process sides. I think this
will result in confusion; you should use different codes.

Yeah this is a copy paste bug. It should be InitializeWebProcessStart/End

I'll fix it locally.


More information about the webkit-reviews mailing list