# Summary
- [Introduction](./introduction.md)
- [Getting Started](./getting-started.md)
- [Concepts](./concepts.md)
- [Single-Threaded Benchmarks](./single-threaded.md)
- [Concurrent Benchmarks](./concurrent.md)
- [GPU Benchmarks](./gpu.md)
- [Linux PMU Setup](./linux-pmu.md)
- [Persisted Reports & Comparison](./reports.md)
- [Examples](./examples.md)
- [basic](./examples/basic.md)
- [throughput_units](./examples/throughput-units.md)
- [factory_builder](./examples/factory-builder.md)
- [concurrent_scenario](./examples/concurrent-scenario.md)
- [concurrent_counters](./examples/concurrent-counters.md)
- [gpu_domain](./examples/gpu-domain.md)
- [mixed_domain](./examples/mixed-domain.md)
- [custom_metrics](./examples/custom-metrics.md)
- [custom_backend](./examples/custom-backend.md)
- [cuda_event_backend](./examples/cuda-event-backend.md)
- [gpu_counters](./examples/gpu-counters.md)
- [GPU Benchmarking Sharp Edges](./gpu-sharp-edges.md)
- [micromeasure vs Criterion](./vs-criterion.md)
- [API Reference](./api-reference.md)