Documentation of 'umontreal.iro.lecuyer.util.Chrono' Java class
Chrono
umontreal.iro.lecuyer.util

Class Chrono

    • Constructor Detail

      • Chrono

        public Chrono()
        Constructs a Chrono object and initializes it to zero.
    • Method Detail

      • createForSingleThread

        public static Chrono createForSingleThread()
        Creates a Chrono instance adapted for a program using a single thread. Under Java 1.5, this method returns an instance of ChronoSingleThread which can measure CPU time for one thread. Under Java versions prior to 1.5, this returns an instance of this class. This method must not be used to create a timer for a multi-threaded program, because the obtained CPU times will differ depending on the used Java version.
        Returns:
        the constructed timer.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.