-Werror=global-constructors for heapprofd_client_api.

Change-Id: I0e2b7bdfac6201bf297fe68dfa625b6d360c5875
Bug: 141241849
2 files changed
tree: 47746361a04c2c79df44d532c2d3ee170826fde3
  1. bazel/
  2. build_overrides/
  3. buildtools/
  4. debian/
  5. docs/
  6. examples/
  7. gn/
  8. include/
  9. infra/
  10. protos/
  11. src/
  12. test/
  13. tools/
  14. ui/
  15. .clang-format
  16. .clang-tidy
  17. .gitignore
  18. .gn
  19. .style.yapf
  20. Android.bp
  21. Android.bp.extras
  22. BUILD
  23. BUILD.extras
  24. BUILD.gn
  25. codereview.settings
  26. heapprofd.rc
  27. LICENSE
  28. METADATA
  29. MODULE_LICENSE_APACHE2
  30. OWNERS
  31. perfetto.rc
  32. PRESUBMIT.py
  33. README.chromium
  34. README.md
  35. TEST_MAPPING
  36. traced_perf.rc
  37. WORKSPACE
README.md

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.