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.
Created attachment 181473 [details] the patch
Landed in http://trac.webkit.org/changeset/138924