nodejs / perfetto-nodejs-wip

Repository for working on perfetto integration with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perfetto for Node.js

This repository is a work-in-progress for integrating Perfetto into Node.js.

What is Perfetto and how does it help 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.

Building

Just like the main Node project, this project is buildable with make. This has only been tested on macOS.

About

Repository for working on perfetto integration with Node.js

License:Other


Languages

Language:JavaScript 55.1%Language:C++ 27.3%Language:Python 12.7%Language:C 2.7%Language:HTML 1.0%Language:Makefile 0.3%Language:Batchfile 0.2%Language:DTrace 0.2%Language:Shell 0.2%Language:Emacs Lisp 0.1%Language:Perl 0.1%Language:Roff 0.1%Language:R 0.0%Language:Assembly 0.0%