FV3 Bundle
mpp_memutils_mod Module Reference

Functions/Subroutines

subroutine, public mpp_memuse_begin
 
subroutine, public mpp_memuse_end (text, unit)
 
subroutine, public mpp_print_memuse_stats (text, unit)
 
subroutine, public mpp_mem_dump (memuse)
 

Variables

real begin_memuse
 
logical memuse_started = .false.
 

Function/Subroutine Documentation

◆ mpp_mem_dump()

subroutine, public mpp_memutils_mod::mpp_mem_dump ( real, intent(out)  memuse)

Definition at line 122 of file mpp_memutils.F90.

Here is the caller graph for this function:

◆ mpp_memuse_begin()

subroutine, public mpp_memutils_mod::mpp_memuse_begin ( )

Definition at line 37 of file mpp_memutils.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mpp_memuse_end()

subroutine, public mpp_memutils_mod::mpp_memuse_end ( character(len=*), intent(in)  text,
integer, intent(in), optional  unit 
)

Definition at line 56 of file mpp_memutils.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mpp_print_memuse_stats()

subroutine, public mpp_memutils_mod::mpp_print_memuse_stats ( character(len=*), intent(in)  text,
integer, intent(in), optional  unit 
)

Definition at line 92 of file mpp_memutils.F90.

Here is the call graph for this function:

Variable Documentation

◆ begin_memuse

real mpp_memutils_mod::begin_memuse
private

Definition at line 30 of file mpp_memutils.F90.

◆ memuse_started

logical mpp_memutils_mod::memuse_started = .false.
private

Definition at line 31 of file mpp_memutils.F90.