tlx
|
#include <chrono>
#include <ostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | MultiTimer |
MultiTimer can be used to measure time usage of different phases in a program or algorithm. More... | |
class | ScopedMultiTimerSwitch |
RAII Scoped MultiTimer switcher: switches the timer of a MultiTimer on construction and back to old one on destruction. More... | |
class | ScopedMultiTimer |
Independent RAII Scoped MultiTimer: contains a MultiTimer which is started with the given timer, and added to the base MultiTimer on destruction. More... | |
Namespaces | |
tlx | |