A generic way for measuring time. More...
Classes | |
| struct | print_timer |
| Functor for the timer class which prints the run-time to an output stream. More... | |
| struct | reference_timer |
| Functor for the timer class which assigns the run-time to a given variable. More... | |
| struct | properties_timer |
| Functor for the timer class which assigns the run-time to a property map. More... | |
| struct | measure_method |
| Measure Method for timer. More... | |
| class | timer< Outputter > |
| A generic timer class. More... | |
Namespaces | |
| namespace | revkit |
| Main namespace. | |
A generic way for measuring time.
1.8.3.1