tree: 163e9a52cc41f6c23a8245a1ee37805dddb2f896 [path history] [tgz]
  1. include/
  2. test/
  3. BUILD.gn
  4. OWNERS
  5. performance-results-schema.json
  6. README.md
  7. results.cc
  8. runner.cc
zircon/system/ulib/perftest/README.md

Perftest

This is a library for writing performance tests (specifically micro-benchmarks) in C++. For API usage, see perftest.h. For command-line usage, see the usage string in runner.cc.