namespace::chrono
- chrono::ClockTime
- chrono::ClockTimer
- chrono::Date
- chrono::DateTime
- chrono::MicroTime
- chrono::PerformanceScope
Type Definitions
#
micro_time_ttypedef u32 chrono::micro_time_t
Type: u32
#
Microsecondsusing chrono::Microseconds = typedef MicroTime
Type: MicroTime
#
PerformanceContextusing chrono::PerformanceContext = typedef PerformanceScope
Type: PerformanceScope
Functions
#
operator!=(const ClockTimer &lhs, const MicroTime &rhs)inline
bool chrono::operator!= (const ClockTimer &lhs, const MicroTime &rhs)
Type: bool
Parameters:
- const ClockTimer &
lhs
- const MicroTime &
rhs
#
operator!=(const MicroTime &lhs, const ClockTimer &rhs)inline
bool chrono::operator!= (const MicroTime &lhs, const ClockTimer &rhs)
Type: bool
Parameters:
- const MicroTime &
lhs
- const ClockTimer &
rhs
#
operator*(u32 lhs, MicroTime rhs)inline
MicroTime chrono::operator* (u32 lhs, MicroTime rhs)
Type: MicroTime
Parameters:
u32
lhs
- MicroTime
rhs
#
operator<(const ClockTimer &lhs, const MicroTime &rhs)inline
bool chrono::operator< (const ClockTimer &lhs, const MicroTime &rhs)
Type: bool
Parameters:
- const ClockTimer &
lhs
- const MicroTime &
rhs
#
operator<(const MicroTime &lhs, const ClockTimer &rhs)inline
bool chrono::operator< (const MicroTime &lhs, const ClockTimer &rhs)
Type: bool
Parameters:
- const MicroTime &
lhs
- const ClockTimer &
rhs
#
operator<=(const ClockTimer &lhs, const MicroTime &rhs)inline
bool chrono::operator<= (const ClockTimer &lhs, const MicroTime &rhs)
Type: bool
Parameters:
- const ClockTimer &
lhs
- const MicroTime &
rhs
#
operator<=(const MicroTime &lhs, const ClockTimer &rhs)inline
bool chrono::operator<= (const MicroTime &lhs, const ClockTimer &rhs)
Type: bool
Parameters:
- const MicroTime &
lhs
- const ClockTimer &
rhs
#
operator==(const ClockTimer &lhs, const MicroTime &rhs)inline
bool chrono::operator== (const ClockTimer &lhs, const MicroTime &rhs)
Type: bool
Parameters:
- const ClockTimer &
lhs
- const MicroTime &
rhs
#
operator==(const MicroTime &lhs, const ClockTimer &rhs)inline
bool chrono::operator== (const MicroTime &lhs, const ClockTimer &rhs)
Type: bool
Parameters:
- const MicroTime &
lhs
- const ClockTimer &
rhs
#
operator>(const ClockTimer &lhs, const MicroTime &rhs)inline
bool chrono::operator> (const ClockTimer &lhs, const MicroTime &rhs)
Type: bool
Parameters:
- const ClockTimer &
lhs
- const MicroTime &
rhs
#
operator>(const MicroTime &lhs, const ClockTimer &rhs)inline
bool chrono::operator> (const MicroTime &lhs, const ClockTimer &rhs)
Type: bool
Parameters:
- const MicroTime &
lhs
- const ClockTimer &
rhs
#
operator>=(const ClockTimer &lhs, const MicroTime &rhs)inline
bool chrono::operator>= (const ClockTimer &lhs, const MicroTime &rhs)
Type: bool
Parameters:
- const ClockTimer &
lhs
- const MicroTime &
rhs
#
operator>=(const MicroTime &lhs, const ClockTimer &rhs)inline
bool chrono::operator>= (const MicroTime &lhs, const ClockTimer &rhs)
Type: bool
Parameters:
- const MicroTime &
lhs
- const ClockTimer &
rhs
#
wait(const MicroTime &duration)void chrono::wait (const MicroTime &duration)
Type: void
Parameters:
- const MicroTime &
duration