RESOLVED FIXED 149538
Simplify Stopwatch::elapsedTime
https://bugs.webkit.org/show_bug.cgi?id=149538
Summary Simplify Stopwatch::elapsedTime
Joseph Pecoraro
Reported 2015-09-24 13:13:44 PDT
* SUMMARY Simplify Stopwatch::elapsedTime. In the case where the stopwatch is active, it calls monotonicallyIncreasingTime twice and updates both its member variables (some multiple times). It could be made simpler.
Attachments
[PATCH] Proposed Fix (1.19 KB, patch)
2015-09-24 13:14 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-09-24 13:14:44 PDT
Created attachment 261888 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-09-25 10:52:07 PDT
Comment on attachment 261888 [details] [PATCH] Proposed Fix Clearing flags on attachment: 261888 Committed r190247: <http://trac.webkit.org/changeset/190247>
WebKit Commit Bot
Comment 3 2015-09-25 10:52:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.