breadcrumbs: Google Chrome Developer Tools > chromium_link: Chromium chromium_os_link: Chromium OS home_link: Home page_name: capturing-a-timeline-trace title: Capturing a Timeline Trace title_hdr: |


Prereqs if recording from Android:

Steps:

  1. Inspect the tab w/ devtools, open Timeline panel.
  2. The only checkbox checked should be JS Profile.
  3. Hit record.
  4. Do whatever action is slow. (reload, tapping an icon, scrolling).
  5. End the recording
  6. If that looks like it captured the right stuff, right-click and save it.
    • image
  7. Zip the file if you can. It'll compress a 40MB file to about 4MB.
  8. Now you can share it: attaching it to a bug, emailing it, or sharing via dropbox/etc.