#include <StopWatch.h>
Public 类型 | |
using | clock = CLOCK |
Public 成员函数 | |
clock::duration | GetDuration () const |
template<class RESOLUTION = std::chrono::milliseconds> | |
size_t | GetElapsedTime () const |
bool | IsRunning () const |
void | Restart () |
void | Stop () |
StopWatchTmpl () | |
Private 属性 | |
clock::time_point | _end |
bool | _is_running |
clock::time_point | _start |
在文件 StopWatch.h 第 16 行定义.
using carla::detail::StopWatchTmpl< CLOCK >::clock = CLOCK |
在文件 StopWatch.h 第 20 行定义.
|
inline |
在文件 StopWatch.h 第 22 行定义.
|
inline |
|
inline |
|
inline |
在文件 StopWatch.h 第 43 行定义.
|
inline |
|
inline |
|
private |
在文件 StopWatch.h 第 51 行定义.
被这些函数引用 carla::detail::StopWatchTmpl< CLOCK >::GetDuration() , 以及 carla::detail::StopWatchTmpl< CLOCK >::Stop().
|
private |
|
private |