码迷,mamicode.com
首页 > Windows程序 > 详细

Delphi计算程序运行时间

时间:2020-04-07 15:46:15      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:span   tick   ngx   hit   var   code   phi   car   div   

1 var
2   StartTime, EndTime: cardinal;
3 begin
4   StartTime := GetTickCount;
5   sleep(1000);
6   EndTime := GetTickCount;
7   caption := (IntToStr(EndTime - StartTime) +  ms);
8 end; 

转:Delphi 计算程序运行时间 http://www.delphitop.com/html/chengxu/2882.html

Delphi计算程序运行时间

标签:span   tick   ngx   hit   var   code   phi   car   div   

原文地址:https://www.cnblogs.com/fansizhe/p/12653624.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!