Structs§
- OpTiming
- Timing statistics for a single named operation.
- Timing
Report - Aggregated timing report across instrumented operations.
Functions§
- clear_
timings - Clears all recorded timings for the current thread.
- collect_
report - Collect all recorded timings from thread-local storage into a report.
- is_
timing_ enabled - Returns true when timing collection is currently enabled.
- set_
timing_ enabled - Enable or disable timing collection.
- timed
- Execute a closure while recording its duration.
- timing_
enabled_ from_ env - Returns true when
BONES_TIMINGenables timing collection.