SYSTEM_CLOCK

Platform

x64, Win32, .NET

Purpose

To get integer data from a real-time clock.

Class

Subroutine

Syntax

SUBROUTINE SYSTEM_CLOCK([COUNT, COUNT_RATE, COUNT_MAX])
INTEGER,INTENT(OUT)::COUNT, COUNT_RATE, COUNT_MAX

Description

COUNT is incremented by one for each clock count until the value COUNT_MAX is reached and is reset to zero at the next count.

COUNT_RATE is the number of processor clock counts per second.

COUNT_MAX the maximum value that COUNT can have.

Note

INTEGER values can be KIND 2,3 or 4 but KIND 2 will soon overflow.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited