stopwatch.cpp

来自「hl2 source code. Do not use it illegal.」· C++ 代码 · 共 7 行

CPP
7
字号
#include <hk_base/base.h>
#include <hk_base/stopwatch/stopwatch.h>

#ifdef HK_HAVE_QUERY_PERFORMANCE_TIMER
hk_uint64 hk_Stopwatch_qpt::s_ticks_per_second = 8000000;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?