Expand description
This module provides profiling utilities for measuring and reporting execution times in rumdl.
Structs§
- Profiler
- A simple profiling utility to measure and report execution times
- Scoped
Timer - A utility struct to time a section of code using RAII
Functions§
- get_
report - Get a report of all measurements
- reset
- Reset all measurements
- start_
timer - Start a timer for a section
- stop_
timer - Stop a timer for a section