Skip to content

Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)

License

Notifications You must be signed in to change notification settings

pinpoint-apm/perfetto

 
 

Repository files navigation

forked from google perfetto

How to publish npm package

https://www.npmjs.com/package/@pinpoint-apm/perfetto-ui

if there are any changes, modify version & file list before publish

fix this file ui/config/deploy/package.json

build project

tools/install-build-deps --ui

build ui

ui/build

go to dist_version directory

cd ui/out/dist_version

npm publish (authority of pinpoint-apm organization needed)

npm publish

------

Perfetto - System profiling, app tracing and trace analysis

Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.

See https://perfetto.dev/docs or the /docs/ directory for documentation.

About

Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.5%
  • TypeScript 10.6%
  • Python 5.8%
  • Starlark 1.6%
  • JavaScript 1.0%
  • SCSS 0.9%
  • Other 1.6%