[Webkit-unassigned] [Bug 19230] New: JSProfiler: Time incorrectly given to (idle) if profiling is started and finished within the same function.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 23 17:22:07 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19230

           Summary: JSProfiler: Time incorrectly given to (idle) if
                    profiling is started and finished within the same
                    function.
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kmccullough at apple.com


SquirrelFish changed the information passed into the profiler when the profiler
starts.  The ExecState that is passed in does not have a stack trace to follow
and so if we do not return from the function that called console.profile() the
profiler does not know which node to assign its currently executing time to and
so it goes to (idle)

See WebCore/manual-tests/inspector/profiler-test-simple-no-level-change.html

<rdar://problem/5958770> JSProfiler: Time incorrectly given to (idle) if
profiling is started and finished within the same function.


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



More information about the webkit-unassigned mailing list