MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / prep_time

Method prep_time

Processor/Processor.hpp:1231–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229
1230template<class sint, class sgf2n>
1231TimerWithComm 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

Callers 1

Sub_Main_FuncMethod · 0.45

Calls 1

total_timeMethod · 0.45

Tested by

no test coverage detected