[Webkit-unassigned] [Bug 99586] New: Web Inspector: Timeline: Extend console.timeStamp/markTimeline to be able to create layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 04:43:47 PDT 2012


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

           Summary: Web Inspector: Timeline: Extend
                    console.timeStamp/markTimeline to be able to create
                    layers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: opichals at gmail.com
                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


There are several layers of the events one can turn on/off (loading/scripting/rendering/painting). It would be great if the same visualizer could be used to render application semantics events.

For example I can imagine the following:

{code}
stamp1 = console.timeStamp("Data store access begin", 'store');
stamp2 = console.timeStamp("Data store access end", 'store', stamp2);
{code}

Note the second parameter defining the what I call layer. In this case there would be another one created next to the four already built-in.

The code above would create a timeline entry which would start at the time of the first timeStamp() call and be rendered as in progress till the last timeStamp() call which refers to the stamp1 for duration calculation.

Thank you for consideration.

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