public class DfsProfiler extends AbstractProfileBreakdown<DfsTimingType>
This class collects profiling information for the dfs phase and generates a ProfileResult for the results of the timing information for statistics collection. An additional QueryProfiler is used to profile a knn vector query if one is executed.
  • Constructor Details

    • DfsProfiler

      public DfsProfiler()
  • Method Details