Package jline.bench.cqn
Class CQNResultsFormatter
java.lang.Object
jline.bench.cqn.CQNResultsFormatter
Formats CQN benchmark results in MATLAB-style output format
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBenchmark result data structurestatic classAccumulates benchmark results for batch formatting -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddGlobalResult(String benchmarkName, Map<String, Object> results) Add a benchmark result to the global accumulatorCreate a standalone formatter for custom usestatic voidPrint all accumulated results and clear the accumulatorstatic voidprintImmediateResult(String benchmarkName, Map<String, Object> results) Print results immediately without accumulation
-
Constructor Details
-
CQNResultsFormatter
public CQNResultsFormatter()
-
-
Method Details
-
addGlobalResult
Add a benchmark result to the global accumulator -
printAndClearGlobalResults
public static void printAndClearGlobalResults()Print all accumulated results and clear the accumulator -
printImmediateResult
Print results immediately without accumulation -
createAccumulator
Create a standalone formatter for custom use
-