Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Attributes | List of all members
cStopwatch Class Reference

#include <Stopwatch.h>

Public Member Functions

 cStopwatch (const AString &a_Name)
 
 ~cStopwatch ()
 

Protected Attributes

AString m_Name
 
std::chrono::high_resolution_clock::time_point m_StartTime
 

Detailed Description

Definition at line 16 of file Stopwatch.h.

Constructor & Destructor Documentation

◆ cStopwatch()

cStopwatch::cStopwatch ( const AString a_Name)
inline

Definition at line 19 of file Stopwatch.h.

◆ ~cStopwatch()

cStopwatch::~cStopwatch ( )
inline

Definition at line 25 of file Stopwatch.h.

Member Data Documentation

◆ m_Name

AString cStopwatch::m_Name
protected

Definition at line 32 of file Stopwatch.h.

◆ m_StartTime

std::chrono::high_resolution_clock::time_point cStopwatch::m_StartTime
protected

Definition at line 33 of file Stopwatch.h.


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