Documentation of 'org.ddogleg.ProfileOperation' Java class
ProfileOperation
org.ddogleg

Class ProfileOperation



  • public class ProfileOperation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProfileOperation() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static long measureTime(Performer performer, int num) 
      static void printOpsPerSec(Performer performer, long minTestTime) 
      static void profile(Performer performer, int num)
      See how long it takes to run the process 'num' times and print the results to standard out
      static double profileOpsPerSec(Performer performer, long minTestTime, boolean warmUp) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProfileOperation

        public ProfileOperation()
    • Method Detail

      • profile

        public static void profile(Performer performer,
                                   int num)
        See how long it takes to run the process 'num' times and print the results to standard out
      • printOpsPerSec

        public static void printOpsPerSec(Performer performer,
                                          long minTestTime)
      • profileOpsPerSec

        public static double profileOpsPerSec(Performer performer,
                                              long minTestTime,
                                              boolean warmUp)
      • measureTime

        public static long measureTime(Performer performer,
                                       int num)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.