| 59 | } |
| 60 | |
| 61 | void |
| 62 | CPProfilerSearchTracer::init(void) { |
| 63 | // Try to find out whether engine is a restart engine |
| 64 | bool restarts = ((engines() == 2U) && |
| 65 | (engine(0U).type() == EngineType::RBS)); |
| 66 | connector->connect(); |
| 67 | connector->start(name, execution_id, restarts); |
| 68 | } |
| 69 | |
| 70 | void |
| 71 | CPProfilerSearchTracer::round(unsigned int) { |