nucleustimer.cxx

来自「opal的ptlib c++源程序 可以从官方网站上下载」· CXX 代码 · 共 24 行

CXX
24
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?