How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Chrome Dev Tools custom formatter for Immutable-js values
Instruments a JavaScript file to record its call graph and (optionally) time spent in each function. When the file is run in the browser, a trace can be converted to the Chrome CPU profile format for viewing in DevTools.
Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed application. It functions as an HTTPS traffic inspector, routing operating system and command line interface traffic through a local proxy for analysis. The tool utilizes a Chrome DevTools compatible interface to render captured traffic, allowing for the inspection of requests and responses from non-browser sources. It performs man-in-the-middle HTTPS decryption by generating a trusted root certificate to inspect encrypted communication between clients and servers. The project c
Unleash your screenshots stored in Chrome Devtool timeline files
Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.
The main features of thlorenz/cpuprofilify are: Debugging Tooling.
Open-source alternatives to thlorenz/cpuprofilify include: andrewdavey/immutable-devtools — Chrome Dev Tools custom formatter for Immutable-js values. brendankenny/call-trace — Instruments a JavaScript file to record its call graph and (optionally) time spent in each function. When the file is… kdzwinel/betwixt — Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed… pmdartus/snapline — Unleash your screenshots stored in Chrome Devtool timeline files.