Interface MiniPerfTest.Task

Enclosing class:
MiniPerfTest

public static interface MiniPerfTest.Task
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    doCalc(boolean warmup, int run)
     
  • Method Details

    • doCalc

      int doCalc(boolean warmup, int run)
      Returns:
      return some integer as result from your processing to make sure that the JVM cannot optimize (away) the call or within the call something.