📄 nucleustimer.cxx
字号:
/*
* NucleusTimer.cxx
*
* pwlib's PTimer as implemented for Nucleus++
*
* Copyright (c) 1999 ISDN Communications Ltd
*
* Author: Chris Wayman Purvis
*
*/
#include <ptlib.h>
#define new PNEW
///////////////////////////////////////////////////////////////////////////////
//
// timer
PTimeInterval PTimer::Tick()
{
return PTimeInterval((unsigned)SystemClock::Retrieve()*Resolution());
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -