//no we do something else, until we finally have to do the last phase twice...
execution = producer.getStats("phase3").createCallExecution();
execution.startExecution();
//now we are doing something extremely important...
execution.finishExecution();
execution = producer.getStats("phase3").createCallExecution();
execution.startExecution();
//now we are doing something extremely important...
execution.finishExecution();