[Webkit-unassigned] [Bug 28969] Add "sampling profiler" preference, simplify data display when it's set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 07:28:05 PDT 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39053|review?                     |review-
               Flag|                            |




--- Comment #2 from Timothy Hatcher <timothy at hatcher.name>  2009-09-04 07:28:05 PDT ---
(From update of attachment 39053)
samplingCpuProfiler should be samplingCPUProfiler per our style guidlines.

>                      "function": { title: WebInspector.UIString("Function"), disclosure: true, sortable: true } };
> +    if (Preferences.samplingCpuProfiler) {
> +      delete columns.average;
> +      delete columns.calls;
> +    }

Add an empty line before the if.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list