finalize_global_time_profiler Subroutine

public subroutine finalize_global_time_profiler()

Arguments

None

Calls

proc~~finalize_global_time_profiler~~CallsGraph proc~finalize_global_time_profiler finalize_global_time_profiler none~finalize BaseProfiler%finalize proc~finalize_global_time_profiler->none~finalize proc~get_global_time_profiler get_global_time_profiler proc~finalize_global_time_profiler->proc~get_global_time_profiler none~finalize~2 AbstractMeter%finalize none~finalize->none~finalize~2 none~get_meter~2 MeterNode%get_meter none~finalize->none~get_meter~2 none~pop_back~22 MeterNodeStack%pop_back none~finalize->none~pop_back~22 mpi_op_free mpi_op_free none~finalize~2->mpi_op_free mpi_type_free mpi_type_free none~finalize~2->mpi_type_free proc~mapl_verify MAPL_Verify none~finalize~2->proc~mapl_verify proc~mapl_throw_exception MAPL_throw_exception proc~mapl_verify->proc~mapl_throw_exception

Called by

proc~~finalize_global_time_profiler~~CalledByGraph proc~finalize_global_time_profiler finalize_global_time_profiler proc~finalize~5 ExtData_DriverGridComp%finalize proc~finalize~5->proc~finalize_global_time_profiler proc~run~12 ExtDataDriver%run proc~run~12->proc~finalize~5 program~extdata_driver ExtData_Driver program~extdata_driver->proc~run~12

Source Code

   subroutine finalize_global_time_profiler()

      type(TimeProfiler), pointer :: time_profiler

      time_profiler => get_global_time_profiler()
      call time_profiler%finalize()

   end subroutine finalize_global_time_profiler