ILLIXR: Illinois Extended Reality Testbed
|
a timer that times until the end of the code block ([RAII]). More...
#include <cpu_timer.hpp>
Public Member Functions | |
timer (const now_fn &now, durationt &_duration) | |
a timer that times until the end of the code block ([RAII]).
See [2] for how code-blocks are defined in C++.
now
can be any type that takes no arguments and returns a subtractable type.
Example usage: