[Webkit-unassigned] [Bug 65223] New: JSC command-line tool does not come with any facility for measuring time precisely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 17:23:53 PDT 2011


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

           Summary: JSC command-line tool does not come with any facility
                    for measuring time precisely
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The only facility for measuring time is Date, which clips and truncates the time.  Internally, JSC has access to the most precise available method on any given OS.  For profiling and benchmarking, it would be useful if the jsc command-line tool exposed this functionality to JavaScript programs.

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