Class TimerOptions

java.lang.Object
ffx.potential.cli.TimerOptions

public class TimerOptions extends Object
Represents command line options for scripts that perform timings for energy and optionally gradients.
Since:
1.0
Author:
Michael J. Schnieders
  • Constructor Details

    • TimerOptions

      public TimerOptions()
  • Method Details

    • getIterations

      public int getIterations()
      Getter for the field iterations.
      Returns:
      The number of iterations.
    • getNoGradient

      public boolean getNoGradient()
      Getter for the field noGradient.
      Returns:
      a boolean.
    • getThreads

      public int getThreads()
      Getter for the field threads.
      Returns:
      The number of threads.
    • getVerbose

      public boolean getVerbose()
      Getter for the field verbose.
      Returns:
      a boolean.