摘要
分析了影响测试软件运行时间的主要因素,提出了测试任务句柄动态管理的方法,其核心思想是动态创建程序中用到的所有任务句柄,利用链表的数据结构将其管理起来,便于后面查询与使用,尽量减少频繁的任务句柄相关操作对测试软件运行时间的影响。该方法改善了测试软件的总体设计,实现了测试软件的时间优化。这样不需要额外硬件设计即可满足绝大多数实时性测试的要求。
The major factors affecting the running time of test software were analyzed. A dynamic management method of task handle was proposed. The method is to create all task handles dynamically and to manage them using the data structure of chain to facilitate later inquiry and utilization and to minimize the effect of frequent creation of task handles on the running time of test software greatly. This method can improve the overall design of test software, and optimize the running time of test software so that the requirements of most real time tests can be met without additional hardware design.
出处
《兵工学报》
EI
CAS
CSCD
北大核心
2008年第8期1016-1018,共3页
Acta Armamentarii
关键词
计算机软件
测试任务旬柄
动态管理
时间优化
computer software
test task handle
dynamic management
time optimization