Time Shield Library
C++ library for working with time
|
Helper class for measuring CPU time using get_cpu_time(). More...
Go to the source code of this file.
Classes | |
class | time_shield::CpuTickTimer |
Timer that measures CPU time ticks using get_cpu_time(). More... | |
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Helper class for measuring CPU time using get_cpu_time().
Definition in file CpuTickTimer.hpp.