MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / comparison2

Function comparison2

cp-profiler/src/cpprofiler/tests/execution_test.cpp:306–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void comparison2(Conductor &c)
307{
308
309 const auto path = "/home/maxim/dev/cp-profiler2/golomb8.db";
310
311 auto ex1 = db_handler::load_execution(path);
312 if (ex1)
313 c.addNewExecution(ex1);
314
315 auto ex2 = db_handler::load_execution(path);
316 if (ex2)
317 c.addNewExecution(ex2);
318
319 c.mergeTrees(ex1.get(), ex2.get());
320}
321
322void tree_building(Conductor &c)
323{

Callers

nothing calls this directly

Calls 4

addNewExecutionMethod · 0.80
mergeTreesMethod · 0.80
load_executionFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected