Class TestResult

java.lang.Object
eu.svjatoslav.sixth.e3d.examples.benchmark.TestResult

public class TestResult extends Object
Holds the results of a single benchmark test.
  • Field Details

    • testName

      public final String testName
      The name of the benchmark test.
    • frameCount

      public final long frameCount
      Total number of frames rendered during the test.
    • durationSeconds

      public final double durationSeconds
      Duration of the test in seconds.
    • averageFps

      public final double averageFps
      Average frames per second achieved during the test.
  • Constructor Details

    • TestResult

      public TestResult(String testName, long frameCount, double durationSeconds)
      Creates a test result record.
      Parameters:
      testName - the name of the test
      frameCount - total frames rendered
      durationSeconds - test duration in seconds