WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
106208
Simplify slow case profiling
https://bugs.webkit.org/show_bug.cgi?id=106208
Summary
Simplify slow case profiling
Filip Pizlo
Reported
2013-01-06 21:17:17 PST
Currently the slow case profiler requires that the slow case count is greater than some minimum threshold, and that the number of slow case executions constitutes some minimum fraction of total executions of the code block. The latter part of this - the ratio - does not appear to be helpful, so we should just remove it.
Attachments
the patch
(7.77 KB, patch)
2013-01-06 21:21 PST
,
Filip Pizlo
mrowe
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2013-01-06 21:21:23 PST
Created
attachment 181473
[details]
the patch
Filip Pizlo
Comment 2
2013-01-06 22:36:41 PST
Landed in
http://trac.webkit.org/changeset/138924
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug