Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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