Class CQNResultsFormatter

java.lang.Object
jline.bench.cqn.CQNResultsFormatter

public class CQNResultsFormatter extends Object
Formats CQN benchmark results in MATLAB-style output format
  • Constructor Details

    • CQNResultsFormatter

      public CQNResultsFormatter()
  • Method Details

    • addGlobalResult

      public static void addGlobalResult(String benchmarkName, Map<String,Object> results)
      Add a benchmark result to the global accumulator
    • printAndClearGlobalResults

      public static void printAndClearGlobalResults()
      Print all accumulated results and clear the accumulator
    • printImmediateResult

      public static void printImmediateResult(String benchmarkName, Map<String,Object> results)
      Print results immediately without accumulation
    • createAccumulator

      public static CQNResultsFormatter.CQNResultsAccumulator createAccumulator()
      Create a standalone formatter for custom use