#include <Instrumentor.h>
Public Member Functions | |
| InstrumentationTimer (const char *name) | |
| ~InstrumentationTimer () | |
| void | Stop () |
Private Attributes | |
| const char * | m_Name |
| std::chrono::time_point< std::chrono::steady_clock > | m_StartTimepoint |
| bool | m_Stopped |
Definition at line 144 of file Instrumentor.h.