perf_print Subroutine

public subroutine perf_print(nm, nm_ref, comm)

Prints profiling statistics to screen

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: nm

Name of profiling section that shall be printed, if not present all available profiling sections are printed

character(len=*), intent(in), optional :: nm_ref

Name of profiling section that is a reference section, if not present, section with maximum time is chosen as reference

integer, intent(in), optional :: comm

Prints profiling evaluated over processes in comm if not present only statistics for master is performed