这里先简单写个程序,用于显示运行程序。下一专题整理下,IDL中的有关时间出来的函数及过程。
1 print,'Start time: ',systime() 2 begintime = systime(1) 3 4 print,'End time: ',systime() 5 endtime = systime(1) 6 runtimes = endtime-begintime 7 print,'Run Time: '+string(runtime)+' s'