RESOLVED FIXED 158041
We Should be able to use the sampling profiler with DRT/WTR.
https://bugs.webkit.org/show_bug.cgi?id=158041
Summary We Should be able to use the sampling profiler with DRT/WTR.
Keith Miller
Reported 2016-05-24 15:03:20 PDT
We Should be able to use the sampling profiler with DRT/WTR.
Attachments
Patch (9.02 KB, patch)
2016-05-24 15:18 PDT, Keith Miller
no flags
Patch for landing (9.05 KB, patch)
2016-05-24 15:33 PDT, Keith Miller
no flags
Keith Miller
Comment 1 2016-05-24 15:18:12 PDT
Saam Barati
Comment 2 2016-05-24 15:24:48 PDT
Comment on attachment 279711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=279711&action=review r=me with comments > Source/JavaScriptCore/runtime/SamplingProfiler.cpp:767 > + static HashSet<SamplingProfiler*>* profilesToReport; You can just do HashSet<RefPtr<SamplingProfiler>> instead of manually ref()ing. > Source/JavaScriptCore/runtime/SamplingProfiler.h:180 > + bool m_needsReportAtExit; This should default to sing false.
Saam Barati
Comment 3 2016-05-24 15:27:49 PDT
Comment on attachment 279711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=279711&action=review >> Source/JavaScriptCore/runtime/SamplingProfiler.h:180 >> + bool m_needsReportAtExit; > > This should default to sing false. being*
Keith Miller
Comment 4 2016-05-24 15:33:02 PDT
Created attachment 279713 [details] Patch for landing
WebKit Commit Bot
Comment 5 2016-05-24 16:02:02 PDT
Comment on attachment 279713 [details] Patch for landing Clearing flags on attachment: 279713 Committed r201361: <http://trac.webkit.org/changeset/201361>
WebKit Commit Bot
Comment 6 2016-05-24 16:02:06 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.