Expand description
Lightweight, env-gated per-stage timing for profiling the PDF pipeline.
Set FLEISCHWOLF_TIMING=1 to accumulate wall-clock time per named stage
across all pages and print a sorted breakdown at process exit. Zero cost
when the env var is unset (the Instant is still taken but nothing is
recorded — call sites guard the hot path themselves where it matters).