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

2021-02-08 05:16

阅读:721

标签:clu   ref   tps   word   时间间隔   bsp   http   last   log   

 

用法:

#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()

标签:clu   ref   tps   word   时间间隔   bsp   http   last   log   

原文地址:https://www.cnblogs.com/butterflybay/p/11362783.html


评论


亲,登录后才可以留言!