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

Function ss_analysis

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

similar subtree

Source from the content-addressed store, hash-verified

443
444/// similar subtree
445static void ss_analysis(Conductor &c)
446{
447
448 const char *path = "/home/maxim/dev/cp-profiler2/golomb6.db";
449 // const char *path = "/home/maxim/dev/cp-profiler2/golomb10.db";
450 auto ex = db_handler::load_execution(path);
451 if (!ex)
452 {
453 print("could not load the execution");
454 }
455 else
456 {
457 c.addNewExecution(ex);
458 c.showTraditionalView(ex.get());
459 }
460}
461
462static void nogood_dialog(Conductor &c)
463{

Callers

nothing calls this directly

Calls 5

addNewExecutionMethod · 0.80
showTraditionalViewMethod · 0.80
load_executionFunction · 0.70
printFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected