[Webkit-unassigned] [Bug 88446] Web Inspector: [Chromium] profiler - differentiate between native code (program) and idle time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 10:24:50 PST 2012


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


Nicholas C. Zakas <webkit at nczonline.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at nczonline.net




--- Comment #2 from Nicholas C. Zakas <webkit at nczonline.net>  2012-11-28 10:27:04 PST ---
The "(program)" is incredibly confusing for web developers, especially new ones. Just today, I had to tell a new web dev to ignore that, which caused much confusion. I came to realize even my understanding was incorrect. It appears that "(program)" is made up of several aspects, including idle time, native code, and globally executed JavaScript. In general, idle time isn't useful for debugging purposes. Likewise, native time isn't particularly useful without knowing how the JavaScript code is interacting with it. 

At the very least, separating these three out would give some clarity (though I would whole-heartedly love to eliminate idle and native code completely - just not useful enough).

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