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