![]() |
Libftpp
A modern C++ library
|
#include <chrono>#include <stdexcept>#include <string>#include <vector>
Include dependency graph for chronometre.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Chronometre |
| Chronometre class for measuring elapsed time between start and end timestamps. It provides methods to retrieve the elapsed time in various units (nanoseconds, microseconds, milliseconds, seconds) and as a formatted string. More... | |