Class LocalSearchProfilerAdapter

java.lang.Object
tools.refinery.interpreter.localsearch.profiler.LocalSearchProfilerAdapter
All Implemented Interfaces:
ILocalSearchAdapter

public class LocalSearchProfilerAdapter extends Object implements ILocalSearchAdapter
This is a simple ILocalSearchAdapter which capable of counting each search operation execution then printing it in human readably form (along with the executed plans) using toString()
Since:
1.5
  • Constructor Details

    • LocalSearchProfilerAdapter

      public LocalSearchProfilerAdapter()
  • Method Details