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

Method print_offline_cost

Processor/Program.cpp:135–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void Program::print_offline_cost() const
136{
137 if (unknown_usage)
138 {
139 cerr << "Tape has unknown usage" << endl;
140 return;
141 }
142
143 cerr << "Cost of first tape:" << endl;
144 offline_data_used.print_cost();
145}
146
147
148ostream& operator<<(ostream& s,const Program& P)

Callers 1

prepareMethod · 0.80

Calls 1

print_costMethod · 0.80

Tested by

no test coverage detected