i have created a model with five processors,one source generating five jobs and one sink.I want to find the total processing time (i,e time since the first job enters the first processor and the last job leaves the last processor) and label it as makespan.I am also using task executors for moving so i want to calculate the total distance travelled by them.How to do this?