Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
ElapsedTimer.hpp File Reference

High-precision elapsed time measurement helper similar to Qt's QElapsedTimer. More...

Go to the source code of this file.

Classes

class  time_shield::ElapsedTimer
 Helper that measures elapsed monotonic time spans. More...
 

Namespaces

namespace  time_shield
 Main namespace for the Time Shield library.
 

Detailed Description

High-precision elapsed time measurement helper similar to Qt's QElapsedTimer.

ElapsedTimer provides lightweight access to std::chrono::steady_clock for precise interval measurements without being affected by system clock adjustments.

Definition in file ElapsedTimer.hpp.