libxsmm_timer_ncycles Function

public pure function libxsmm_timer_ncycles(tick0, tick1)

Returns the difference between two timer ticks (cycles). Implicit FORTRAN 77 interface: subroutine available.

Arguments

Type IntentOptional Attributes Name
integer(kind=LIBXSMM_TICKINT_KIND), intent(in) :: tick0
integer(kind=LIBXSMM_TICKINT_KIND), intent(in) :: tick1

Return Value integer(kind=LIBXSMM_TICKINT_KIND)


Contents