[Webkit-unassigned] [Bug 111719] New: Web Inspector: Flame Chart. Draw items according to the timeline.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 05:56:28 PST 2013


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

           Summary: Web Inspector: Flame Chart. Draw items according to
                    the timeline.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


The items in the CPUProfile are sorted by time of first invocation.
The paint function receives them from latest to earliest but paints them from left to right.
This will confuse the developers. So we need to change the painting position.

We could change the visiting order but the algorithm would require more memory or would produce more garbage in that case.
So I prefer to change the paint procedure.

-- 
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