| 1229 | |
| 1230 | template<class sint, class sgf2n> |
| 1231 | TimerWithComm Processor<sint, sgf2n>::prep_time() |
| 1232 | { |
| 1233 | auto res = DataF.total_time(); |
| 1234 | res += Procp.protocol.prep_time(); |
| 1235 | res += Proc2.protocol.prep_time(); |
| 1236 | return res; |
| 1237 | } |
| 1238 | |
| 1239 | #endif |
no test coverage detected