- General
- Enable wall clock timestamp on all events by default (#2767)
- Rust
- Timing distribution and Custom distributions now expose
accumulate_single_sample
. This includes their traits and consumers that make use of them will need to implement the new functions (Bug 1881297)
- Timing distribution and Custom distributions now expose
- Android
- Timing and Custom Distributions now have a
accumulate_single_sample
API that don't require use of a collection (Bug 1881297)
- Timing and Custom Distributions now have a
- Python
- Timing Distributions now have both a
accumulate_samples
andaccumulate_single_sample
(Bug 1881297)
- Timing Distributions now have both a