How to measure Cairo rendering performance in Rust applications?
What measurement techniques and tools can be used to diagnose performance bottlenecks when rendering with Cairo via its Rust bindings? Please outline the steps for collecting timings, enabling debug features, and interpreting results.