Class PerformanceQueriesGeneral

java.lang.Object
io.deephaven.engine.table.impl.util.PerformanceQueriesGeneral

public class PerformanceQueriesGeneral extends Object
Generalizes PerformanceQueries to accept table parameters and make evaluation number parameter optional.
  • Constructor Details

    • PerformanceQueriesGeneral

      public PerformanceQueriesGeneral()
  • Method Details

    • queryPerformance

      public static Table queryPerformance(Table queryPerformanceLog, long evaluationNumber)
    • queryPerformance

      public static Table queryPerformance(Table queryPerformanceLog)
    • queryOperationPerformance

      public static Table queryOperationPerformance(Table queryOps, long evaluationNumber)
    • queryOperationPerformance

      public static Table queryOperationPerformance(Table queryOps)
    • processInfo

      public static String processInfo(Table processInfo, String processInfoId, String type, String key)
    • queryUpdatePerformance

      public static Table queryUpdatePerformance(Table queryUpdatePerformance, long evaluationNumber, boolean formatPctColumnsLocal)
    • queryUpdatePerformance

      public static Table queryUpdatePerformance(Table queryUpdatePerformance)
    • queryUpdatePerformanceMap

      public static Map<String,Table> queryUpdatePerformanceMap(Table queryUpdatePerformance, long evaluationNumber)
    • queryUpdatePerformanceMap

      public static Map<String,Table> queryUpdatePerformanceMap(Table queryUpdatePerformance)
    • approxRatio

      public static float approxRatio(long v0, long v1)
    • serverState

      public static Table serverState(Table pml)
    • serverStateWithPlots

      public static Map<String,Object> serverStateWithPlots(Table pml)
    • queryPerformanceAsTreeTable

      public static TreeTable queryPerformanceAsTreeTable(@NotNull @NotNull Table qpl)
    • queryOperationPerformanceAsTreeTable

      public static TreeTable queryOperationPerformanceAsTreeTable(@NotNull @NotNull Table qpl, @NotNull @NotNull Table qopl)