This repository is a work-in-progress for integrating Perfetto into Node.js.
Perfetto is an open-source tracing system, currently used in Chrome and Android (with V8 integration coming soon). In Chrome and V8, it subsumes the trace events subsystem.
Integrating Perfetto in Node means replacing our current trace events implementation with a more robust, shared implementation used across many open-source projects, and also enables us to take advantage of new advances in trace events that are happening in Chrome.
Just like the main Node project, this project is buildable with make
. This has only been tested on macOS.