Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#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 |
Definition at line 16 of file Stopwatch.h.
|
inline |
Definition at line 19 of file Stopwatch.h.
|
inline |
Definition at line 25 of file Stopwatch.h.
|
protected |
Definition at line 32 of file Stopwatch.h.
|
protected |
Definition at line 33 of file Stopwatch.h.