----------------------------------------------------------------------
| 1107 | |
| 1108 | // ---------------------------------------------------------------------- |
| 1109 | bool 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 | // ---------------------------------------------------------------------- |