fffc_time Module


Uses


Contents


Derived Types

type, public ::  timer

Type-Bound Procedures

procedure , public , :: nowtime Function
procedure , public , :: toc Function
procedure , public , :: tic Subroutine

Functions

public function toc(self)

Arguments

Type IntentOptional Attributes Name
class(timer), intent(in) :: self

Return Value real(kind=fffc_real_kind)

public function nowtime(self) result(t)

Arguments

Type IntentOptional Attributes Name
class(timer), intent(in) :: self

Return Value character(len=23)


Subroutines

public subroutine tic(self)

Arguments

Type IntentOptional Attributes Name
class(timer), intent(out) :: self