mal-packet-weaver
C++20 packet serialization/deserialization library.
|
Implements timer utilities for measuring elapsed time and intervals. More...
Go to the source code of this file.
Classes | |
class | mal_toolkit::Timer< clock > |
A simple timer class for measuring elapsed time using various clock types. More... | |
Namespaces | |
namespace | mal_toolkit |
Contains a collection of tools and utilities provided by the MAL Toolkit library. | |
Typedefs | |
using | mal_toolkit::SteadyTimer = Timer<std::chrono::steady_clock> |
Alias for Timer using std::chrono::steady_clock as the clock type. | |
using | mal_toolkit::HighResolutionTimer = Timer<std::chrono::high_resolution_clock> |
Alias for Timer using std::chrono::high_resolution_clock as the clock type. | |
Implements timer utilities for measuring elapsed time and intervals.
Definition in file timer.hpp.