USER_CLOCK Subroutine

subroutine USER_CLOCK(PELAPSED_TIME, PELAPSED_TIME_SINCE, PVECTOR_CP, PTOTAL_CP)

Uses

  • proc~~user_clock~~UsesGraph proc~user_clock USER_CLOCK module~parkind1~2 PARKIND1 proc~user_clock->module~parkind1~2

*** USER_CLOCK - interface to system dependent timer routines

  • Interface. ---------- ZTIME=USER_CLOCK(PELAPSED_TIME,PELAPSED_TIME_SINCE, PVECTOR_CP,PTOTAL_CP)

Arguments

Type IntentOptional Attributes Name
real(kind=JPRB), intent(out) :: PELAPSED_TIME
real(kind=JPRB), intent(inout) :: PELAPSED_TIME_SINCE
real(kind=JPRB), intent(out) :: PVECTOR_CP
real(kind=JPRB), intent(out) :: PTOTAL_CP

Calls

proc~~user_clock~~CallsGraph proc~user_clock USER_CLOCK cptime cptime proc~user_clock->cptime

Contents