tree: 52bd0bd0da4a0571bead88cb79b4f8e1fccb1fee
  1. meta/
  2. BUILD.bazel
  3. BUILD.gn
  4. instrumentation_data_processor.cc
  5. instrumentation_data_processor_test.cc
  6. instrumentation_data_publisher.cc
  7. instrumentation_data_publisher.h
  8. OWNERS
  9. README.md
  10. TESTING.json5
src/sys/instrumentation_data_processor/README.md

instrumentation_data_processor

Reviewed on: 2024-11-18

instrumentation_data_processor exists to collect arbitrary compiler instrumentation data such as PGO, XRay and MemProf.

Building

To add this project to your build, append --with //src/sys/instrumentation_data_processor to the fx set invocation.