Friday, September 12th, 2008
New Profilers and Debuggers in Google Chrome and IE
<p>Sameer Chabungbam of Microsoft posted about the new JScript profiler the includes the following functionality:- Provides performance data for JScript functions in two views:
- Functions View – a flat listing of all the functions
- Call Tree view – a hierarchical listing of the functions based on the call flow
- Supports exporting the data to a file
- Provides an inferred name for anonymous functions
- Profiles built-in JScript functions
- Supports multiple profile reports
- Supports profiling across page navigation and refreshes

Eric Pascarello has also been looking at new tools, and wrote up his experience with the Google Chrome Debugger. He details the breakpoint walking functionality as well as the many commands available.
Related Content:











Leave a comment