MCPcopy Create free account
hub / github.com/Gecode/gecode / makeStart

Method makeStart

gecode/search/cpprofiler/message.hpp:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 void makeStart(const std::string& info) {
307 msg.reset();
308 msg.set_type(MsgType::START);
309 msg.set_version(PROFILER_PROTOCOL_VERSION);
310 msg.set_info(info); /// info contains name, has_restarts, execution id
311 }
312
313 void makeRestart(const std::string& info) {
314 msg.reset();

Callers 1

startMethod · 0.80

Calls 4

set_typeMethod · 0.80
set_versionMethod · 0.80
set_infoMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected