libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::cpu_timer::private_ Namespace Reference

Classes

struct  ticks_per_microsec_details
 

Functions

std::ostream & operator<< (std::ostream &s, ticks_per_microsec_details const &tpm)
 
ticks_per_microsec_details get_mean_ticks_per_microsec () noexcept(false)
 

Function Documentation

◆ get_mean_ticks_per_microsec()

jmmcg::cpu_timer::private_::ticks_per_microsec_details jmmcg::cpu_timer::private_::get_mean_ticks_per_microsec ( )
noexcept

Definition at line 52 of file hp_timer.cpp.

◆ operator<<()

std::ostream & jmmcg::cpu_timer::private_::operator<< ( std::ostream &  s,
ticks_per_microsec_details const &  tpm 
)

Definition at line 46 of file hp_timer.cpp.