https://github.com/nodejs/perfetto-nodejs-wip
Repository for working on perfetto integration with Node.js
https://github.com/nodejs/perfetto-nodejs-wip
Last synced: 10 months ago
JSON representation
Repository for working on perfetto integration with Node.js
- Host: GitHub
- URL: https://github.com/nodejs/perfetto-nodejs-wip
- Owner: nodejs
- License: other
- Archived: true
- Created: 2019-04-10T20:50:38.000Z (over 7 years ago)
- Default Branch: perfetto
- Last Pushed: 2020-03-19T21:59:55.000Z (over 6 years ago)
- Last Synced: 2024-10-29T17:34:22.604Z (over 1 year ago)
- Language: JavaScript
- Size: 433 MB
- Stars: 4
- Watchers: 20
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.
## Links
* [Perfetto Website](https://www.perfetto.dev/)
* [Perfetto Source Code](https://android.googlesource.com/platform/external/perfetto/)
* [Node.js Diagnostics WG Tracking Issue](https://github.com/nodejs/diagnostics/issues/277)
## Building
Just like the main Node project, this project is buildable with `make`. This has only been tested on macOS.