tree: 50bd44149fb8b3b0d5cf904b5fb3dd61d7636ce3 [path history] [tgz]
  1. include/
  2. BUILD.gn
  3. event.cc
  4. METADATA.textproto
  5. observer.cc
  6. OWNERS
  7. README.md
  8. trace-headersonly.api
zircon/system/ulib/trace/README.md

Trace Library

A static library for instrumenting C and C++ programs to capture trace data.

This library is intended to handle the common case, and is not intended to be extended beyond that. It is easy enough to write one's own macros if one wants to, and this library provides lots of boilerplate to begin from. This library also provides the event_args.h header to assist with this.