DistributedProfiler Interface

public interface DistributedProfiler

Module Procedures

private function new_DistributedProfiler(name, gauge, comm, comm_world) result(distributed_profiler)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name
class(AbstractGauge), intent(in) :: gauge
integer, intent(in) :: comm
integer, intent(in), optional :: comm_world

Return Value type(DistributedProfiler), target