Statistics
| Branch: | Revision:

root / synthbench / euroben-dm / mod2cr / fltimod.f @ 0:839f52ef7657

History | View | Annotate | Download (429 Bytes)

1
      Module floptime
2
! ---------------------------------------------------------------------
3
! --- floptime components keep track of flopcounts and execution times
4
!     for the program to be benchmarked.
5
! ---------------------------------------------------------------------
6
      Implicit      None
7

    
8
      Integer(8) :: flops
9
! ----------------------------------------------------------------------
10
      End module floptime