Class ExecutionTimeEvaluator

java.lang.Object
org.unifi.mecvirtualresourceallocation.evaluation.ExecutionTimeEvaluator
All Implemented Interfaces:
Evaluator

public class ExecutionTimeEvaluator extends Object implements Evaluator
Evaluator for measuring the execution time of different allocation strategies.
  • Constructor Details

    • ExecutionTimeEvaluator

      public ExecutionTimeEvaluator()
  • Method Details

    • execute

      public void execute(List<Integer> numVertices, int numExecutions, int delta)
      Executes the evaluation of execution time.
      Specified by:
      execute in interface Evaluator
      Parameters:
      numVertices - a list containing the number of vertices for each hypergraph to be evaluated
      numExecutions - the number of times the evaluation is executed
      delta - the delta (δ) value used for generating hypergraphs