|
std::chrono::time_point< std::chrono::steady_clock > | m_startTime |
|
Definition at line 176 of file debug.cpp.
◆ elapsedTimeS()
double Timer::elapsedTimeS |
( |
| ) |
|
|
inline |
Definition at line 183 of file debug.cpp.
184 {
185 return static_cast<double>(
186 std::chrono::duration_cast<
187 std::chrono::microseconds>(
188 std::chrono::steady_clock::now() -
m_startTime).count()) / 1000000.0;
189 }
std::chrono::time_point< std::chrono::steady_clock > m_startTime
References m_startTime.
◆ start()
◆ m_startTime
std::chrono::time_point<std::chrono::steady_clock> Timer::m_startTime |
|
private |
The documentation for this class was generated from the following file: