Sunday, June 6, 2010

Google Chrome’s Tools to Improve Productivity

From the time, Firebug has Launched, it has made life easier for the developers as they can see where exactly is the problem in Browser in Real time. But from the time, Google Chrome has launched, many has shifted to Chrome from Firefox due to number of reason i.e. Speed, Simplicity & Security.

Recently, some new features that have been added in Google Chrome Browser to increase productivity which are as follows:
  • The Scripts panel now allows editing JavaScript without having to reload the page. Just double-click on the line in the function body while debugging and make your changes. It’ll patch the underlying optimized machine code at run-time and continue the execution.
  • CPU profiler captures the state of your app at a rate of 1,000 samples per second without modifications to the running optimized machine code. The resulting tree view makes it easy to find out where to focus efforts on speeding up the web app.
  • The new Timeline panel provides a simple view of the AJAX application execution. It records everything that happens in the browser from JavaScript execution to styles re-calculations and then visualizes it in a simple waterfall with timing information and traces to the source code.
  • The improved Heap profiler can take snapshots of the JavaScript heap, visualize and compare them. This makes finding and fighting memory leaks a much easier task.


Trouble seeing the Video, download the pdf here.

Labels: , ,