Class Profiler

java.lang.Object
org.jgroups.debug.Profiler

public class Profiler extends Object
Allows to time execution of 'named' statements, counts number of times called and total execution time.
Author:
Bela Ban
  • Constructor Details

    • Profiler

      public Profiler()
  • Method Details

    • setFilename

      public static void setFilename(String filename)
    • start

      public static void start(String call_name)
    • stop

      public static void stop(String call_name)
    • dump

      public static void dump()
    • trim

      public static double trim(double inp)
    • main

      public static void main(String[] args)