Class SilentFormat

    • Constructor Detail

      • SilentFormat

        public SilentFormat​(java.io.PrintStream out,
                            VerboseMode verbose)
    • Method Detail

      • startRun

        public void startRun()
        Description copied from interface: OutputFormat
        Format for start-of-benchmark output.
      • endRun

        public void endRun​(java.util.Collection<RunResult> results)
        Description copied from interface: OutputFormat
        Format for end-of-benchmark.
        Parameters:
        results - benchmark results
      • startBenchmark

        public void startBenchmark​(BenchmarkParams benchmarkParams)
        Description copied from interface: OutputFormat
        Format for start-of-benchmark output.
        Parameters:
        benchmarkParams - benchmark params
      • endBenchmark

        public void endBenchmark​(BenchmarkResult result)
        Description copied from interface: OutputFormat
        Format for end-of-benchmark.
        Parameters:
        result - statistics of the run
      • iteration

        public void iteration​(BenchmarkParams benchmarkParams,
                              IterationParams params,
                              int iteration)
        Description copied from interface: OutputFormat
        Format for iteration start.
        Parameters:
        benchmarkParams - benchmark parameters
        params - iteration params in use
        iteration - iteration-number
      • iterationResult

        public void iterationResult​(BenchmarkParams benchmarkParams,
                                    IterationParams params,
                                    int iteration,
                                    IterationResult data)
        Description copied from interface: OutputFormat
        Format for end-of-iteration.
        Parameters:
        benchmarkParams - name of benchmark
        params - iteration params in use
        iteration - iteration-number
        data - result of iteration