[Webkit-unassigned] [Bug 153663] New: JSC Sampling Profiler: (host) is confusing in cases where I would expect to see JS name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 12:28:54 PST 2016


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

            Bug ID: 153663
           Summary: JSC Sampling Profiler: (host) is confusing in cases
                    where I would expect to see JS name
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: ggaren at apple.com, joepeck at webkit.org,
                    sbarati at apple.com

Created attachment 270240
  --> https://bugs.webkit.org/attachment.cgi?id=270240&action=review
[TEST] Host Reduction

* SUMMARY
"(host)" is confusing in cases where I would expect to see JS name.

* TEST:
<script>
setTimeout(function() {
    for (var i = 0; i < 10000; ++i)
        new Error();
}, 100);
</script>

* NOTES
- Legacy Profiler shows "Error"
- Sampling Profiler shows "(host)"

Is there some way we can get some display name for certain host functions?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160129/f016b128/attachment.html>


More information about the webkit-unassigned mailing list