|
std::chrono::time_point< std::chrono::steady_clock > | m_startTime |
Definition at line 175 of file debug.cpp.
◆ elapsedTimeS()
double Timer::elapsedTimeS |
( |
| ) |
|
|
inline |
Definition at line 182 of file debug.cpp.
183 {
184 return static_cast<double>(
185 std::chrono::duration_cast<
186 std::chrono::microseconds>(
187 std::chrono::steady_clock::now() -
m_startTime).count()) / 1000000.0;
188 }
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: