MySQL 9.0.0
Source Code Documentation
AsyncTimer Class Reference

Public Member Functions

 AsyncTimer (std::string label)
 
 ~AsyncTimer ()
 
void check ()
 

Private Attributes

std::string label_
 
std::chrono::system_clock::time_point time_
 
std::chrono::system_clock::time_point start_
 

Constructor & Destructor Documentation

◆ AsyncTimer()

AsyncTimer::AsyncTimer ( std::string  label)
inlineexplicit

◆ ~AsyncTimer()

AsyncTimer::~AsyncTimer ( )
inline

Member Function Documentation

◆ check()

void AsyncTimer::check ( )
inline

Member Data Documentation

◆ label_

std::string AsyncTimer::label_
private

◆ start_

std::chrono::system_clock::time_point AsyncTimer::start_
private

◆ time_

std::chrono::system_clock::time_point AsyncTimer::time_
private

The documentation for this class was generated from the following file: