#include <StopWatch.h>
carla::detail::StopWatchTmpl< CLOCK > 的协作图: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 第 21 行定义.
|
inline |
在文件 StopWatch.h 第 23 行定义.
|
inline |
|
inline |
|
inline |
在文件 StopWatch.h 第 50 行定义.
|
inline |
|
inline |
|
private |
在文件 StopWatch.h 第 56 行定义.
被这些函数引用 carla::detail::StopWatchTmpl< CLOCK >::GetDuration() , 以及 carla::detail::StopWatchTmpl< CLOCK >::Stop().
|
private |
|
private |