NewMadeleine

Documentation

« back to PM2 home.
nm_coll_profile_s Struct Reference

profiling block for collective ops More...

#include <nm_coll_private.h>

Data Fields

unsigned long long n
 number of times the operation was called
 
unsigned long long total_bytes
 total number of bytes sent through this op
 
unsigned long long total_nodes
 total number of nodes involved for all ocurrences of this op
 
double total_time_usecs
 

Detailed Description

profiling block for collective ops

Definition at line 145 of file nm_coll_private.h.

Field Documentation

◆ n

unsigned long long nm_coll_profile_s::n

number of times the operation was called

Definition at line 147 of file nm_coll_private.h.

◆ total_bytes

unsigned long long nm_coll_profile_s::total_bytes

total number of bytes sent through this op

Definition at line 148 of file nm_coll_private.h.

◆ total_nodes

unsigned long long nm_coll_profile_s::total_nodes

total number of nodes involved for all ocurrences of this op

Definition at line 149 of file nm_coll_private.h.

◆ total_time_usecs

double nm_coll_profile_s::total_time_usecs

Definition at line 150 of file nm_coll_private.h.


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