windows下的计算时间间隔 -- GetTickCount()

Posted butterflybay

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows下的计算时间间隔 -- GetTickCount()相关的知识,希望对你有一定的参考价值。

 

用法:

#include "windows.h"

DWORD lastTime =0;
DWORD currentTime = 0;
DWORD spendTime = 0;

lastTime  = GetTickCount();//ms

//延时

currentTime = GetTickCount();
spendTime = currentTime - lastTime;//ms

https://blog.csdn.net/wuxinliulei/article/details/12314207

以上是关于windows下的计算时间间隔 -- GetTickCount()的主要内容,如果未能解决你的问题,请参考以下文章

bat读取时间、计算时间间隔脚本

windows域策略——配置组策略刷新间隔

计算 r 中 beta 分布下的中断面积

python+cv环境下的图像处理

Prometheus 查询一个时间间隔下的总体平均值

帝国CMS如何设置搜索间隔时间,不想要时间限制