GBS
timer_type_mod Module Reference

Data Types

interface  ttimer
 

Functions/Subroutines

type(ttimer) pure function constructor ()
 
real(dp) pure function get_total_time (this)
 
subroutine timer_on (this)
 
subroutine timer_off (this)
 
subroutine reset (this)
 

Function/Subroutine Documentation

◆ constructor()

type(ttimer) pure function timer_type_mod::constructor
private

◆ get_total_time()

real(dp) pure function timer_type_mod::get_total_time ( class(ttimer), intent(in)  this)
private

◆ reset()

subroutine timer_type_mod::reset ( class(ttimer), intent(inout)  this)
private

◆ timer_off()

subroutine timer_type_mod::timer_off ( class(ttimer), intent(inout)  this)
private

◆ timer_on()

subroutine timer_type_mod::timer_on ( class(ttimer), intent(inout)  this)
private