Class CeresSolver.CallStatistics

  • Enclosing class:
    CeresSolver

    class CeresSolver.CallStatistics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int calls  
      double time  
    • Constructor Summary

      Constructors 
      Constructor Description
      CallStatistics()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • time

        public double time
      • calls

        public int calls
    • Constructor Detail

      • CallStatistics

        public CallStatistics()