Example 2: Show console.timeStamp() in the Net tab

Firebug 1.8b3 introduces a new APIs for web applications: console.timeStamp()

This methods can be used to log time information into the Console and Net panels in order to compare various execution points on the timeline. This page shows how to use it.

Example

  1. Open Firebug (F12), select the Net panel and enable it.
  2. Reload this page
  3. Watch the Net panel