MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / IsSend

Method IsSend

Src/Extern/ProfParser/AMReX_CommProfStats.cpp:1109–1115  ·  view source on GitHub ↗

----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1107
1108// ----------------------------------------------------------------------
1109bool CommProfStats::IsSend(const BLProfiler::CommFuncType &cft) {
1110 return(cft == BLProfiler::AsendTsii ||
1111 cft == BLProfiler::AsendTsiiM ||
1112 cft == BLProfiler::AsendvTii ||
1113 cft == BLProfiler::SendTsii ||
1114 cft == BLProfiler::SendvTii);
1115}
1116
1117
1118// ----------------------------------------------------------------------

Callers 1

RunSendRecvListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected