[Webkit-unassigned] [Bug 160095] Web Inspector: Frontend should have access to Resource Timing information
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 26 14:40:50 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160095
--- Comment #15 from Johan K. Jensen <johan_jensen at apple.com> ---
(In reply to comment #11)
> Why does executionStopwatch() return a Ref<Stopwatch> instead of a
> Stopwatch& ?
Changing the Ref<StopWatch> to a StopWatch& involves quite a few changes. The changes even leaks into the JavaScriptCore/runtime/SamplingProfiler which in some cases takes a StopWatch::create and at other times the executionStopWatch().
This change seems orthogonal to the original issue, it would become the majority of this patch and it should probably be changed in another patch.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160826/d66c070e/attachment-0001.html>
More information about the webkit-unassigned
mailing list