FV3 Bundle
mpp_mod::clock_data_summary Type Reference

Private Attributes

character(len=16) name
 
real(double_kind), dimension(max_bins) msg_size_sums
 
real(double_kind), dimension(max_bins) msg_time_sums
 
real(double_kind) total_data
 
real(double_kind) total_time
 
integer(long_kind), dimension(max_bins) msg_size_cnts
 
integer(long_kind) total_cnts
 

Detailed Description

Definition at line 290 of file mpp.F90.

Member Data Documentation

◆ msg_size_cnts

integer(long_kind), dimension(max_bins) mpp_mod::clock_data_summary::msg_size_cnts
private

Definition at line 297 of file mpp.F90.

◆ msg_size_sums

real(double_kind), dimension(max_bins) mpp_mod::clock_data_summary::msg_size_sums
private

Definition at line 293 of file mpp.F90.

◆ msg_time_sums

real(double_kind), dimension(max_bins) mpp_mod::clock_data_summary::msg_time_sums
private

Definition at line 294 of file mpp.F90.

◆ name

character(len=16) mpp_mod::clock_data_summary::name
private

Definition at line 292 of file mpp.F90.

◆ total_cnts

integer(long_kind) mpp_mod::clock_data_summary::total_cnts
private

Definition at line 298 of file mpp.F90.

◆ total_data

real(double_kind) mpp_mod::clock_data_summary::total_data
private

Definition at line 295 of file mpp.F90.

◆ total_time

real(double_kind) mpp_mod::clock_data_summary::total_time
private

Definition at line 296 of file mpp.F90.


The documentation for this type was generated from the following file: