sidorares / awesome-chrome-devtools

Awesome tooling and resources in the Chrome DevTools ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-chrome-devtools

Awesome tooling and resources in the Chrome DevTools ecosystem

DevTools as an IDE

Node.js + DevTools

Chrome Debugging Protocol

Network Inspection

  • betwixt - System level network proxy, providing inspection via Network panel

CPU profile

  • JSCLegacyProfiler/json2trace - Converts Safari's JavaScriptCore profiler output into .cpuprofile
  • call-trace - Can instrument your JS with hooks, and then generate a .cpuprofile of the of the complete (non-sampled) execution. View either time or call counts.
  • cpuprofilify - Converts output of various profiling/sampling tools to the .cpuprofile format.
  • Wishbone python framework - Profiling data can export as .cpuprofile.

Chrome Debugger integration with Editors

Extensions

Workflow

  • Clockwork View PHP application profiling data.
  • Emulated Device Lab - Experiment with multiple devices being emulated at the same time.
  • RailsPanel - View Ruby on Rails application profiling data.

About

Awesome tooling and resources in the Chrome DevTools ecosystem

License:Creative Commons Zero v1.0 Universal