Fetch the current clock tick count.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(out) | :: | t |
Current tick count from |
subroutine clock_now(t) integer(int64), intent(out) :: t !! Current tick count from `system_clock`. call system_clock(t) end subroutine clock_now