[Webkit-unassigned] [Bug 71801] New: Benchmark using higher-precision timers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 05:10:06 PST 2011


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

           Summary: Benchmark using higher-precision timers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wingo at igalia.com


jsc.cpp's `run' and `parseSyntax' implementations return their elapsed type as an integral number of milliseconds.  This throws away a lot of information, given that we actually measure the elapsed time using platform-specific high-precision timers.

The patch to be attached changes `run' and `parseSyntax' to return the number of milliseconds as a floating-point number.

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