repr 0.1
Reconstructable string representations and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Benchmark

Compile time

The following benchmarks measure only how long it took to compile. You can find these benchmarks in benchmark/compiletime.

These tests are generated by running clang with -ftime-trace and processing the resulting tracing file using the palgen extension tools/benchmark.py (check documentation here).

Enum

Access individual enumerator names

All enumerator names

Runtime

The following benchmarks use Google Benchmark to measure runtime performance. You can find these tests in benchmark/runtime.