FV3 Bundle
|
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. |
subroutine, public mpp_memutils_mod::mpp_mem_dump | ( | real, intent(out) | memuse | ) |
subroutine, public mpp_memutils_mod::mpp_memuse_begin | ( | ) |
Definition at line 37 of file mpp_memutils.F90.
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.
subroutine, public mpp_memutils_mod::mpp_print_memuse_stats | ( | character(len=*), intent(in) | text, |
integer, intent(in), optional | unit | ||
) |
|
private |
Definition at line 30 of file mpp_memutils.F90.
|
private |
Definition at line 31 of file mpp_memutils.F90.