| Name | Source & Description | Summary |
|---|---|---|
| build_histogram | examples/build_histogram.rb examples/build_histogram.md |
Records timed sleep delays under a simple PRNG into P99::Histogram, then prints a summary and percentile approximations (P99_TRIES controls iteration count) |
| measure_batch_latency | examples/measure_batch_latency.rb examples/measure_batch_latency.md |
Measures simulated batch-operation latency with a monotonic clock, records nanoseconds, and prints fixed percentile results |