[Webkit-unassigned] [Bug 172800] [JSC][MIPS] SamplingProfiler::timerLoop() sleeps for 4000+ seconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 1 09:52:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=172800

--- Comment #3 from Guillaume Emont <guijemont at igalia.com> ---
(In reply to Saam Barati from comment #2)
> (In reply to Guillaume Emont from comment #1)
> > It looks like changing the cast from uint64_t to int64_t solves the issue,
> > but I'm not sure it is the correct approach.
> 
> Interesting!
> 
> uint64_t to int64_t where? Also, what do you mean by "pretty large"?

Sorry, I could have been more precise. I mean to change:
          std::chrono::microseconds randomFluctuation = std::chrono::microseconds(static_cast<uint64_t>(randomSignedNumber * static_cast<double>(m_timingInterval.count()) * 0.20l));

into:

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170601/359dca7c/attachment.html>


More information about the webkit-unassigned mailing list