You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Android
Timing and Custom Distributions now have a accumulate_single_sample API that don't require use of a collection (Bug 1881297)
Python
Timing Distributions now have both a accumulate_samples and accumulate_single_sample (Bug 1881297)