Class Timer


public class Timer extends PotentialCommand
The Timer command evaluates the wall clock time for energy and forces. Usage: ffxc Timer [options] <filename>
  • Constructor Details

    • Timer

      public Timer()
    • Timer

      public Timer(FFXBinding binding)
    • Timer

      public Timer(String[] args)
  • Method Details

    • run

      public Timer run()
      Description copied from class: FFXCommand
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getPotentials

      public List<Potential> getPotentials()
      Description copied from class: PotentialCommand
      Returns a List of all Potential objects associated with this script. Should be written to tolerate nulls, as many tests run help() and exit without instantiating their Potentials.
      Overrides:
      getPotentials in class PotentialCommand
      Returns:
      All Potentials. Sometimes empty, never null.