Instruments JavaScript to generate a complete, non-sampled CPU profile for viewing call graphs and timing in Chrome DevTools.
call-trace.js is a JavaScript instrumentation tool that records the complete call graph and optional timing data of a JavaScript file's execution. It converts the trace into Chrome CPU profile format, enabling detailed performance analysis in DevTools without sampling.
--time flag is used..cpuprofile format for visualization and analysis in Chrome's performance tools._$wɔk) with properties for functions, call records, and timestamps.It aims to provide precise, non-sampled insights into JavaScript execution for debugging and performance optimization, though it is experimental and may not handle all code patterns reliably.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.