sdr_timer_module Module



Variables

Type Visibility Attributes Name Initial
integer, public :: timer_handle_loadconfig

Handles for timer objects to measure the time for some code parts

integer, public :: timer_handle_proto
integer, public :: timer_handle_flooding
integer, public :: timer_handle_inHeritDR
integer, public :: timer_handle_refineLeaf
integer, public :: timer_handle_smoothLeaf
integer, public :: timer_handle_proto2treelm
integer, public :: timer_handle_dumping_mesh
integer, private, parameter :: nTimers = 8
integer, private :: first_timer

Subroutines

public subroutine sdr_addTimers()

Setup timers to assess the runtime of various parts of Seeder

Arguments

None

public subroutine sdr_dumptimers(general, nFluids, nBnds)

Performance results are written to a file for statistical review

Read more…

Arguments

Type IntentOptional Attributes Name
type(tem_general_type), intent(in) :: general

Parameters of the current simulation

integer, intent(in) :: nFluids

Number of fluid elements in dumped mesh

integer, intent(in) :: nBnds

Number of fluid elements which has boundary in dumped mesh