Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
6
Task/System-time/DCL/system-time.dcl
Normal file
6
Task/System-time/DCL/system-time.dcl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
$ start_time = f$time()
|
||||
$ wait 0::10
|
||||
$ end_time = f$time()
|
||||
$ write sys$output "start time was ", start_time
|
||||
$ write sys$output "end time was ", end_time
|
||||
$ write sys$output "delta time is ", f$delta_time( start_time, end_time )
|
||||
Loading…
Add table
Add a link
Reference in a new issue