We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9203156 commit a9ed53aCopy full SHA for a9ed53a
ompi/mca/pml/ob1/pml_ob1.c
@@ -47,6 +47,7 @@
47
#include "ompi/mca/bml/base/base.h"
48
#include "opal/mca/pmix/pmix-internal.h"
49
#include "ompi/runtime/ompi_cr.h"
50
+#include "ompi/runtime/ompi_spc.h"
51
52
#include "pml_ob1.h"
53
#include "pml_ob1_component.h"
@@ -708,6 +709,7 @@ int mca_pml_ob1_send_fin( ompi_proc_t* proc,
708
709
if( OPAL_LIKELY( 1 == rc ) ) {
710
MCA_PML_OB1_PROGRESS_PENDING(bml_btl);
711
}
712
+ SPC_RECORD(OMPI_SPC_BYTES_SENT_MPI, (ompi_spc_value_t)sizeof(mca_pml_ob1_fin_hdr_t));
713
return OMPI_SUCCESS;
714
715
mca_bml_base_free(bml_btl, fin);
0 commit comments