Class RTimer

  • Direct Known Subclasses:
    RTimerTree

    public class RTimer
    extends Object
    A simple timer.

    RTimers are started automatically when instantiated.

    Since:
    solr 1.3
    • Constructor Detail

      • RTimer

        public RTimer()
    • Method Detail

      • stop

        public double stop()
        Stop this timer
      • pause

        public void pause()
      • resume

        public void resume()
      • getTime

        public double getTime()
        Get total elapsed time for this timer.