NAME
A class of omni
MEMBERS
omni::stopwatch
A class of omni
#include <omni/chrono/stopwatch.hpp>MEMBERS
omni::stopwatch::stopwatch()
omni::stopwatch::~stopwatch()
omni::chrono::unsigned_timespan omni::stopwatch::elapsed()
uint64_t omni::stopwatch::elapsed_ms()
uint64_t omni::stopwatch::elapsed_s()
uint64_t omni::stopwatch::elapsed_us()
bool omni::stopwatch::is_running()
omni::stopwatch& omni::stopwatch::reset()
omni::stopwatch& omni::stopwatch::restart()
omni::stopwatch& omni::stopwatch::start()
omni::stopwatch& omni::stopwatch::stop()
void omni::stopwatch::swap(omni::stopwatch& o)
bool omni::stopwatch::operator!=(const omni::stopwatch& o)
omni::stopwatch& omni::stopwatch::operator=(const omni::stopwatch& other)
bool omni::stopwatch::operator==(const omni::stopwatch& o)