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

Method ~SubProcessor

Processor/Processor.hpp:43–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template<class T>
43SubProcessor<T>::~SubProcessor()
44{
45 DataF.set_proc(0);
46 for (size_t i = 0; i < personal_bit_preps.size(); i++)
47 {
48 auto& x = personal_bit_preps[i];
49 delete x;
50 }
51#ifdef VERBOSE
52 if (not bit_usage.empty())
53 {
54 cerr << "Mixed-circuit preprocessing cost:" << endl;
55 bit_usage.print_cost();
56 }
57#endif
58}
59
60template<class sint, class sgf2n>
61inline ofstream& Processor<sint, sgf2n>::get_public_output()

Callers

nothing calls this directly

Calls 4

print_costMethod · 0.80
set_procMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected