mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
timer.hpp File Reference

Implements timer utilities for measuring elapsed time and intervals. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implements timer utilities for measuring elapsed time and intervals.

Definition in file timer.hpp.